Commit 71278a58 authored by 李健华's avatar 李健华

客服系统修改手机号及记录接口

parent 94fb5f2b
......@@ -1233,7 +1233,7 @@ public class UserServiceImpl implements IUserService {
@Override
public JsonResult submitModiyPhoneNo(ModifyPhoneRecord modifyPhoneRecord) {
String url = userSysUrl + "/v1/user/modify/phone_no/financial/submitModify";
String url = userSysUrl + "/v1/user/modify/phone_no/submitModify";
Map param = GSON.fromJson(GSON.toJson(modifyPhoneRecord), Map.class);
try {
Map<String, String> header = Maps.newHashMap();
......
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