chenshibin 4 år sedan
förälder
incheckning
2904a240a8
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      Object/ResponseObject.py

+ 4 - 0
Object/ResponseObject.py

@@ -82,6 +82,8 @@ class ResponseObject(object):
             10012: 'Experience packages cannot be transferred',
             10012: 'Experience packages cannot be transferred',
             10013: 'Original equipment package has expired and 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',
             10014: 'Accept transfer of equipment packages that have not expired and cannot be transferred',
+            10033: 'The primary user of the device cannot purchase it',
+            10034: 'Non device primary users cannot view cloud storage',
         }
         }
         data_cn = {
         data_cn = {
             0: '成功',
             0: '成功',
@@ -158,6 +160,8 @@ class ResponseObject(object):
             10012: '体验套餐无法转移',
             10012: '体验套餐无法转移',
             10013: '原设备套餐已过期,无法转移',
             10013: '原设备套餐已过期,无法转移',
             10014: '接受转移设备套餐未过期,无法转移' ,
             10014: '接受转移设备套餐未过期,无法转移' ,
+            10033: '非设备主用户无法购买',
+            10034: '非设备主用户无法查看云存',
 
 
         }
         }
         if self.lang == 'cn':
         if self.lang == 'cn':