diff --git a/shared/consts/statusCode.ts b/shared/consts/statusCode.ts index c93e97a88..165eb2513 100644 --- a/shared/consts/statusCode.ts +++ b/shared/consts/statusCode.ts @@ -5,6 +5,7 @@ export const STATUS = { TOKEN_ERR: { code: 2, simStr: 'token失效' }, INTERNAL_ERR: { code: 3, simStr: '内部错误' }, CONNECTOR_ERR: { code: 4, simStr: '连接服配置错误'}, + LOGIN_ERR: { code: 5, simStr: '检测到您的账号异地登录,已被迫下线'}, // 账号相关状态 10000 - 19999 SMS_IN_60S: { code: 10001, simStr: '60秒内只能发送一次' }, SMS_CNT_LIMIT: { code: 10002, simStr: '今日短信条数已达上限' },