|
@@ -1,23 +1,23 @@
|
|
export default {
|
|
export default {
|
|
apiCode: {
|
|
apiCode: {
|
|
- '0': '操作成功',
|
|
|
|
- '-1': '操作失败',
|
|
|
|
- '3014': '账号或密码错误,请重新登录!',
|
|
|
|
- '4001': '缺少参数',
|
|
|
|
- '4003': '用户不存在',
|
|
|
|
- '4004': '用户已添加',
|
|
|
|
- '4005': '经销商不存在',
|
|
|
|
- '4008': '用户未登录',
|
|
|
|
- '4009': '登录失败',
|
|
|
|
- '4011': '场景为空',
|
|
|
|
- '4012': '相机为空',
|
|
|
|
- '4013': '相机容量不足,不能迁移',
|
|
|
|
- '4014': '必须迁移至相同的类型的相机下面!',
|
|
|
|
- '4015': '权益类型不存在!',
|
|
|
|
- '4016': '"权益不存在!',
|
|
|
|
- '4017': '权益数量不足!',
|
|
|
|
- '4018': '下载数量不足!',
|
|
|
|
- '4019': 'sn码不存在!',
|
|
|
|
- '4020': '频繁登录失败,请五分钟后再次尝试登录!',
|
|
|
|
|
|
+ '0': 'Operation success',
|
|
|
|
+ '-1': 'The operation failed',
|
|
|
|
+ '3014': 'Account or password error, please login again!',
|
|
|
|
+ '4001': 'Missing parameter',
|
|
|
|
+ '4003': 'User does not exist',
|
|
|
|
+ '4004': 'User has been added',
|
|
|
|
+ '4005': 'Reseller does not exist',
|
|
|
|
+ '4008': 'User not logged in',
|
|
|
|
+ '4009': 'Login failed',
|
|
|
|
+ '4011': 'The scene does not currently exist',
|
|
|
|
+ '4012': 'The camera does not currently exist',
|
|
|
|
+ '4013': 'Insufficient camera capacity for migration',
|
|
|
|
+ '4014': 'The scene must migrate under the same camera type!',
|
|
|
|
+ '4015': 'The membership subscription category does not exist!',
|
|
|
|
+ '4016': 'The membership subscription does not exist!',
|
|
|
|
+ '4017': 'Insufficient number of membership subscriptions!',
|
|
|
|
+ '4018': 'Insufficient number of downloads!',
|
|
|
|
+ '4019': 'SN code does not exist!',
|
|
|
|
+ '4020': 'Multiple login attempts detected, please try again in five minutes!',
|
|
}
|
|
}
|
|
};
|
|
};
|