|
@@ -42,7 +42,7 @@ public class PhoneCodeImpl implements ICode {
|
42
|
42
|
try {
|
43
|
43
|
String result = null;
|
44
|
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
|
46
|
Request request = new Request.Builder()
|
47
|
47
|
.url(Constant.REQUEST_URL)
|
48
|
48
|
.post(body)
|