|
@@ -44,6 +44,7 @@ class ResponseObject(object):
|
|
|
178: 'ADD error',
|
|
|
179: 'Nickname repeated',
|
|
|
180: 'Smart button scene trigger conditions cannot be repeated',
|
|
|
+ 181: 'The gateway have bound smart button',
|
|
|
201: 'You can only add 3 custom voice at most',
|
|
|
306: 'The link has expired!',
|
|
|
309: 'Please ReLogin! errmsg token',
|
|
@@ -153,6 +154,7 @@ class ResponseObject(object):
|
|
|
178: '增加错误',
|
|
|
179: '名称不能重复',
|
|
|
180: '智能按钮场景触发条件不能重复',
|
|
|
+ 181: '该网关已绑定智能按钮',
|
|
|
201: '最多只能添加3条自定义语音',
|
|
|
306: '链接已超过有效期!',
|
|
|
309: '请重新登录!',
|