记得上下班打卡 | git大法好,push需谨慎

Commit daee1719 authored by anjiabin's avatar anjiabin

Merge branch 'dev-sweet' of http://gitlab.zhengzai.tv/dongjingwei/liquidnet-bus-v1 into dev-sweet

parents 0459e6d8 9b6ebfd9
...@@ -216,7 +216,7 @@ public class AdamLoginController { ...@@ -216,7 +216,7 @@ public class AdamLoginController {
wechatUnionid = wxMaJscode2SessionResult.getUnionid(); wechatUnionid = wxMaJscode2SessionResult.getUnionid();
} catch (WxErrorException e) { } catch (WxErrorException e) {
log.error("login by wechat applet exception:[anum:{},code:{},encryptedData:{},iv:{}], errmsg:{}", anum, code, encryptedData, iv, e.getMessage()); log.error("login by wechat applet exception:[anum:{},code:{},encryptedData:{},iv:{}], errmsg:{}", anum, code, encryptedData, iv, e.getMessage());
return ResponseDto.failure("微信小程序解码信息失败"); return ResponseDto.failure(ErrorMapping.get("10001"));
} }
if (StringUtils.isEmpty(wechatMobile)) return ResponseDto.failure(ErrorMapping.get("10005")); if (StringUtils.isEmpty(wechatMobile)) return ResponseDto.failure(ErrorMapping.get("10005"));
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
# ------------------------ 4开头错误码作系统保留 # ------------------------ 4开头错误码作系统保留
10000=请求频繁,稍后再试 10000=请求频繁,稍后再试
10001= 10001=授权失败
10001=授权失败
10002=验证码发送失败 10002=验证码发送失败
10003=发送过于频繁,请稍后再试 10003=发送过于频繁,请稍后再试
10004=验证码错误,请重新输入 10004=验证码错误,请重新输入
......
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