Commit 2cbbf54d authored by hezhen's avatar hezhen

123

parent 3a4ec57e
...@@ -195,7 +195,7 @@ public class AppPermissionService { ...@@ -195,7 +195,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