修复 admin 认证拦截器,除了登陆接口,其它都必须登陆才可以访问。
This commit is contained in:
@@ -9,7 +9,6 @@ public enum SysErrorCodeEnum {
|
||||
|
||||
SYS_ERROR(2001001000, "服务端发生异常"),
|
||||
MISSING_REQUEST_PARAM_ERROR(2001001001, "参数缺失"),
|
||||
|
||||
;
|
||||
|
||||
private final int code;
|
||||
|
||||
Reference in New Issue
Block a user