1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 07:21:24 +08:00

Added login failure handler

This commit is contained in:
2023-05-06 03:13:29 +08:00
parent b130545c18
commit 7e38a3a194
4 changed files with 38 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ public class ResponseCode {
public static final int DATABASE_CONNECT_ERROR = 20036;
public static final int UNAUTHORIZED = 30010;
public static final int ACCESS_DENIED = 30030;
public static final int SYSTEM_ERROR = 50001;
public static final int SYSTEM_TIMEOUT = 50002;