登录: fix checkTelNo返回错误

This commit is contained in:
luying
2021-03-04 15:45:19 +08:00
parent c1dba5ea4f
commit 62562c3482
3 changed files with 12 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ export const STATUS = {
TEL_HAS_USED: { code: 10011, simStr: '该手机号已被使用' },
ACCOUNT_NOT_GUEST: { code: 10012, simStr: '该账号已绑定过' },
AUTHEN_FAIL: { code: 10013, simStr: '实名失败' },
TEL_LEN_ERR: { code: 10014, simStr: '手机长度错误' },
// 战斗相关状态 20000 - 29999
// 战斗通用 20000 - 20099
BATTLE_MISS_INFO: { code: 20001, simStr: '缺少关卡信息' },