Commit a0a4fbbc authored by jiaorz's avatar jiaorz

Merge remote-tracking branch 'origin/dev' into dev

parents d25bd5bc b2a0976d
...@@ -194,7 +194,7 @@ public class AppPermissionService { ...@@ -194,7 +194,7 @@ public class AppPermissionService {
} }
// String sms = PassportUtil.SendSMS(phone, SystemConfig.SENDSMS_TITLE); // String sms = PassportUtil.SendSMS(phone, SystemConfig.SENDSMS_TITLE);
String mobilecode = null; String mobilecode = null;
JSONObject data = thirdFeign.send(phone); JSONObject data = thirdFeign.send("13265487972");
if (data != null && data.getInteger("status") == ResultCode.SUCCESS_CODE) { if (data != null && data.getInteger("status") == ResultCode.SUCCESS_CODE) {
mobilecode = data.getString("data"); mobilecode = data.getString("data");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment