mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-04 08:38:26 +08:00
出来登录问题
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.mdd.common.exception;
|
||||
|
||||
import com.mdd.common.enums.HttpEnum;
|
||||
import io.swagger.models.auth.In;
|
||||
|
||||
/**
|
||||
* 操作系统异常
|
||||
@@ -11,4 +12,7 @@ public class OperateException extends BaseException {
|
||||
super(HttpEnum.FAILED.getCode(), msg);
|
||||
}
|
||||
|
||||
public OperateException(String msg, Integer errCode) {
|
||||
super(errCode, msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user