登录:实名认证
This commit is contained in:
5
shared/consts/constModules/httpConst.ts
Normal file
5
shared/consts/constModules/httpConst.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum BANTU_VID_ADDR {
|
||||
HOST = 'https://sdks.trgame.cn',
|
||||
IDCARD = '/vid/idcard' // 实名认证
|
||||
}
|
||||
export const BANTU_VID_APP_KEY = '05c1c495369769e3c5d98426e9c8c2c0';
|
||||
@@ -6,5 +6,6 @@ export * from './constModules/itemConst';
|
||||
export * from './constModules/sysConst';
|
||||
export * from './constModules/guildConst';
|
||||
export * from './constModules/selectConst';
|
||||
export * from './constModules/httpConst';
|
||||
export * from './statusCode';
|
||||
export * from './dataName';
|
||||
@@ -21,6 +21,7 @@ export const STATUS = {
|
||||
PASSWORD_ILLEGEL: { code: 10010, simStr: '请输入密码' },
|
||||
TEL_HAS_USED: { code: 10011, simStr: '该手机号已被使用' },
|
||||
ACCOUNT_NOT_GUEST: { code: 10012, simStr: '该账号已绑定过' },
|
||||
AUTHEN_FAIL: { code: 10013, simStr: '实名失败' },
|
||||
// 战斗相关状态 20000 - 29999
|
||||
// 战斗通用 20000 - 20099
|
||||
BATTLE_MISS_INFO: { code: 20001, simStr: '缺少关卡信息' },
|
||||
|
||||
Reference in New Issue
Block a user