Commit 986fb8ab authored by 技术部-任文超's avatar 技术部-任文超

追加打印异常log

parent d91ee44e
......@@ -503,7 +503,7 @@ public class UserController implements IBaseController {
LOGGER.info("微信关联成功:user:[{}],openId:[{}],wechatUserInfo:[{}]",user,openId,userInfo);
} catch (Exception ex) {
// 不做绑定
LOGGER.warn("微信关联失败,该手机号已绑定其他微信号码:user:[{}],openId:[{}],wechatUserInfo:[{}]",user,openId,userInfo);
LOGGER.warn("微信关联失败,该手机号已绑定其他微信号码:user:[{}],openId:[{}],wechatUserInfo:[{}]",user,openId,userInfo, ex);
return JsonResult.buildErrorStateResult("该手机号已绑定其他微信号码", null);
}
return JsonResult.buildSuccessResult("微信关联成功", 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