Commit e5906c28 authored by lee_mingzhu's avatar lee_mingzhu

add config path

parent d3836a8d
......@@ -467,7 +467,7 @@ public class UserController implements IBaseController {
wechatService.saveWechatUserInfo(userInfo);
} catch (Exception ex) {
// 不做绑定
JsonResult.buildErrorStateResult("该手机号已绑定其他微信号码", null);
return JsonResult.buildErrorStateResult("该手机号已绑定其他微信号码", null);
}
return JsonResult.buildSuccessResult(null, null);
}
......
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