|
@@ -85,6 +85,7 @@ class ResponseObject(object):
|
|
|
10030: 'No purchase of cloud storage',
|
|
|
10031: 'The cloud storage has expired',
|
|
|
10032: 'The switched cloud storage package ID cannot be the same as the one in use',
|
|
|
+ 10033: 'The primary user of the device cannot purchase it',
|
|
|
}
|
|
|
data_cn = {
|
|
|
0: '成功',
|
|
@@ -165,6 +166,7 @@ class ResponseObject(object):
|
|
|
10030: '未购买云存',
|
|
|
10031: '云存已过期',
|
|
|
10032: '切换的云存套餐ID不能与正在使用中的相同',
|
|
|
+ 10033: '非设备主用户无法购买',
|
|
|
}
|
|
|
if self.lang == 'cn':
|
|
|
msg = data_cn
|