|
@@ -14,7 +14,7 @@ class ResponseObject(object):
|
|
12: 'You are not the primary user of the device!',
|
|
12: 'You are not the primary user of the device!',
|
|
14: 'Device is not belong to you',
|
|
14: 'Device is not belong to you',
|
|
15: 'Device has been bound',
|
|
15: 'Device has been bound',
|
|
- 16: 'WeChat has been bound',
|
|
|
|
|
|
+ 16: 'WeChat has been bound, please log in and unbind using WeChat',
|
|
44: 'System error! Can not send email',
|
|
44: 'System error! Can not send email',
|
|
48: 'System object error!',
|
|
48: 'System object error!',
|
|
89: 'Already send the code, please check it or get it again after 10m',
|
|
89: 'Already send the code, please check it or get it again after 10m',
|
|
@@ -69,7 +69,7 @@ class ResponseObject(object):
|
|
12: '非设备主用户',
|
|
12: '非设备主用户',
|
|
14: '设备不属于您',
|
|
14: '设备不属于您',
|
|
15: '设备已被绑定',
|
|
15: '设备已被绑定',
|
|
- 16: '微信已被绑定',
|
|
|
|
|
|
+ 16: '微信已被绑定,请使用微信登录并解绑',
|
|
44: '系统错误!无法发送电子邮件',
|
|
44: '系统错误!无法发送电子邮件',
|
|
48: '系统对象错误',
|
|
48: '系统对象错误',
|
|
89: '已发验证码,请检测或10分钟后重新获取。',
|
|
89: '已发验证码,请检测或10分钟后重新获取。',
|