Optimize Sign

This commit is contained in:
2024-01-02 16:46:11 +08:00
parent 837ea40bf1
commit edf5f08828
4 changed files with 143 additions and 47 deletions

View File

@@ -30,6 +30,7 @@ export const SYSTEM_TIMEOUT = 10051
export const SYSTEM_REQUEST_ILLEGAL = 10052
export const SYSTEM_ARGUMENT_NOT_VALID = 10053
export const SYSTEM_INVALID_CAPTCHA_CODE = 10054
export const SYSTEM_REQUEST_TOO_FREQUENT = 10055
export const PERMISSION_LOGIN_SUCCESS = 20000
export const PERMISSION_PASSWORD_CHANGE_SUCCESS = 20001