上传
This commit is contained in:
@@ -37,6 +37,7 @@ object ConstVars {
|
|||||||
enum class ErrorCode(val code: Int) {
|
enum class ErrorCode(val code: Int) {
|
||||||
USER_EXIST(40001),
|
USER_EXIST(40001),
|
||||||
USER_NOT_EXIST(40002),
|
USER_NOT_EXIST(40002),
|
||||||
|
InvalidateCaptcha(40004),
|
||||||
}
|
}
|
||||||
|
|
||||||
fun Context.getErrorMessageCode(code: Int?): String {
|
fun Context.getErrorMessageCode(code: Int?): String {
|
||||||
|
|||||||
Reference in New Issue
Block a user