chenjunkai 5 năm trước cách đây
mục cha
commit
4dba3c357f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Object/ResponseObject.py

+ 2 - 2
Object/ResponseObject.py

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