Browse Source

添加英文状态码

locky 4 years ago
parent
commit
afccf296a2
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Object/ResponseObject.py

+ 8 - 0
Object/ResponseObject.py

@@ -74,6 +74,14 @@ class ResponseObject(object):
             10004: 'The request method is incorrect. Please contact the developer',
             10005: 'Wrong configuration, wrong customer number',
             10006: 'Configuration error. The path value is incorrect',
+            10007: 'This device is not an experience package and cannot be reset',
+            10008: 'The user does not have this device and cannot transfer',
+            10009: 'The user already owns the device and cannot transfer it',
+            10010: 'Devices that are not under the same account cannot be transferred',
+            10011: 'Receiving transfer device does not exist and cannot be transferred',
+            10012: 'Experience packages cannot be transferred',
+            10013: 'Original equipment package has expired and cannot be transferred',
+            10014: 'Accept transfer of equipment packages that have not expired and cannot be transferred',
         }
         data_cn = {
             0: '成功',