远程登录

This commit is contained in:
mamengke01
2020-12-25 17:57:05 +08:00
parent 4d89d157af
commit a27cf802e8

View File

@@ -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: '今日短信条数已达上限' },