!340 修复yudao-module-system-api/ErrorCodeConstants.java中错误码重复的问题
This commit is contained in:
parent
3e8e2b1421
commit
a38206f574
@ -139,6 +139,6 @@ public interface ErrorCodeConstants {
|
||||
|
||||
// ========== OAuth2 授权 1002022000 =========
|
||||
ErrorCode OAUTH2_CODE_NOT_EXISTS = new ErrorCode(1002022000, "code 不存在");
|
||||
ErrorCode OAUTH2_CODE_EXPIRE = new ErrorCode(1002022000, "code 已过期");
|
||||
ErrorCode OAUTH2_CODE_EXPIRE = new ErrorCode(1002022001, "code 已过期");
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user