浏览代码

添加返回类型 图片违规

linhaohong 11 月之前
父节点
当前提交
3edc12c3d0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Object/ResponseObject.py

+ 2 - 0
Object/ResponseObject.py

@@ -54,6 +54,7 @@ class ResponseObject(object):
             181: 'The gateway only bind 3 smart button at most',
             182: 'Scene effective time conflict',
             183: 'This user is not bound to an e-mail address',
+            184: 'Image Violations',
             201: 'You can only add 3 custom voice at most',
             306: 'The link has expired!',
             309: 'Please ReLogin! errmsg token',
@@ -198,6 +199,7 @@ class ResponseObject(object):
             181: '该网关最多只能绑定3个智能按钮',
             182: '场景生效时间冲突',
             183: '该用户未绑定邮箱',
+            184: '图片违规',
             201: '最多只能添加3条自定义语音',
             306: '链接已超过有效期!',
             309: '请重新登录!',