chenshibin 4 жил өмнө
parent
commit
2904a240a8

+ 4 - 0
Object/ResponseObject.py

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