123456789101112131415161718192021222324 |
- export default {
- apiCode: {
- '0': 'Operation success',
- '-1': 'The operation failed',
- '500': 'Sorry, the server is reporting an error.',
- '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': 'Account or password error, please login again!',
- '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!',
- }
- };
|