登录:修改初始角色流程

This commit is contained in:
luying
2021-04-27 20:48:29 +08:00
parent 5aadace178
commit 2996a899e2
6 changed files with 46 additions and 60 deletions

View File

@@ -25,6 +25,7 @@ export const STATUS = {
AUTHEN_FAIL: { code: 10013, simStr: '实名失败' },
TEL_LEN_ERR: { code: 10014, simStr: '手机长度错误' },
NAME_HAS_USED: { code: 10015, simStr: '该名字已使用' },
ROLE_HAS_INIT: { code: 10016, simStr: '该角色已初始过' },
// 战斗相关状态 20000 - 29999
// 战斗通用 20000 - 20099
BATTLE_MISS_INFO: { code: 20001, simStr: '缺少关卡信息' },