|
@@ -7,11 +7,26 @@ namespace ET
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ public const int ERR_LoginError = 200002;
|
|
|
|
+
|
|
|
|
+ public const int ERR_RequestRepeatedly = 200003;
|
|
|
|
+
|
|
|
|
+ public const int ERR_UserNameOrPasswordIsNull = 200004;
|
|
|
|
+
|
|
|
|
+ public const int ERR_UserNameOrPasswordFormatError = 200005;
|
|
|
|
+
|
|
|
|
+ public const int ERR_UserNameOrPasswordError = 200006;
|
|
|
|
+
|
|
|
|
+ public const int ERR_UserPermanentBan = 200007;
|
|
|
|
+
|
|
|
|
+ public const int ERR_UserBanTime = 200008;
|
|
}
|
|
}
|
|
-}
|
|
+}
|