mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-01 06:29:36 +08:00
fix 修复微信授权登录失败的bug
fix wechat/jsConfig 报错的bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user