|
@@ -96,7 +96,7 @@ class ResponseObject(object):
|
|
10040: 'Invalid activation code',
|
|
10040: 'Invalid activation code',
|
|
10041: 'This device has purchased a domestic cloud storage package, and cannot purchase a foreign cloud storage package',
|
|
10041: 'This device has purchased a domestic cloud storage package, and cannot purchase a foreign cloud storage package',
|
|
10042: 'The device has registered a certificate',
|
|
10042: 'The device has registered a certificate',
|
|
- 10043: 'The device does not have a serial number',
|
|
|
|
|
|
+ 10043: 'The device does not registered a certificate',
|
|
10044: 'Request to publish MQTT topic message failed',
|
|
10044: 'Request to publish MQTT topic message failed',
|
|
}
|
|
}
|
|
data_cn = {
|
|
data_cn = {
|
|
@@ -188,7 +188,7 @@ class ResponseObject(object):
|
|
10040: '无效激活码',
|
|
10040: '无效激活码',
|
|
10041: '此设备已购买过国内云存套餐,无法购买国外云存套餐',
|
|
10041: '此设备已购买过国内云存套餐,无法购买国外云存套餐',
|
|
10042: '此设备已注册证书',
|
|
10042: '此设备已注册证书',
|
|
- 10043: '此设备没有序列号',
|
|
|
|
|
|
+ 10043: '此设备没有注册证书',
|
|
10044: '请求发布MQTT主题消息失败',
|
|
10044: '请求发布MQTT主题消息失败',
|
|
}
|
|
}
|
|
if self.lang == 'cn':
|
|
if self.lang == 'cn':
|