|
@@ -41,6 +41,7 @@ class ResponseObject(object):
|
|
177: 'Update error',
|
|
177: 'Update error',
|
|
178: 'ADD error',
|
|
178: 'ADD error',
|
|
179: 'Nickname repeated',
|
|
179: 'Nickname repeated',
|
|
|
|
+ 200: 'You can only add 3 custom voice at most',
|
|
306: 'The link has expired!',
|
|
306: 'The link has expired!',
|
|
309: 'Please ReLogin! errmsg token',
|
|
309: 'Please ReLogin! errmsg token',
|
|
404: 'You don not have permission to access this!',
|
|
404: 'You don not have permission to access this!',
|
|
@@ -108,6 +109,7 @@ class ResponseObject(object):
|
|
177: '更新错误',
|
|
177: '更新错误',
|
|
178: '增加错误',
|
|
178: '增加错误',
|
|
179: '名称不能重复',
|
|
179: '名称不能重复',
|
|
|
|
+ 200: '最多只能添加3条自定义语音',
|
|
306: '链接已超过有效期!',
|
|
306: '链接已超过有效期!',
|
|
309: '请重新登录!',
|
|
309: '请重新登录!',
|
|
404: '您没有访问的权限!',
|
|
404: '您没有访问的权限!',
|