瀏覽代碼

code send

傅行帆 6 年之前
父節點
當前提交
835350d06c

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/common/code/impl/PhoneCodeImpl.java 查看文件

42
         try {
42
         try {
43
             String result = null;
43
             String result = null;
44
             OkHttpClient client = getClient();
44
             OkHttpClient client = getClient();
45
-            RequestBody body = RequestBody.create(JSON, "{\"code\":\""+Constant.CODE+"\"," + "\"tel\":\""+phone+"\"," + "\"params\":[\""+code+"\"]}");
45
+            RequestBody body = RequestBody.create(JSON, "{\"code\":\""+Constant.CODE+"\"," + "\"tel\":\""+phone+"\"," + "\"params\":[\""+code+"\",\"银城慧家\"]}");
46
             Request request = new Request.Builder()
46
             Request request = new Request.Builder()
47
                     .url(Constant.REQUEST_URL)
47
                     .url(Constant.REQUEST_URL)
48
                     .post(body)
48
                     .post(body)