fix 修复微信授权登录失败的bug

fix wechat/jsConfig 报错的bug
This commit is contained in:
damonyuan
2024-10-24 01:22:27 +08:00
parent 29f516aa6d
commit df9f40ade3
6 changed files with 74 additions and 33 deletions

View File

@@ -15,4 +15,7 @@ public class OperateException extends BaseException {
super(errCode, msg, ErrorEnum.SHOW_MSG.getCode());
}
public OperateException(String msg, Integer errCode, Integer showCode) {
super(errCode, msg, showCode);
}
}