Commit 0f0f673e607fc2aa4006ab4208cf96892923e4aa
1 parent
9b33d589
update
Showing
1 changed file
with
12 additions
and
5 deletions
09.审核云/1.6 主播资质审核.md
| 1 | +###主播资质审核 | |
| 2 | + | |
| 3 | +### 请求地址:http://shenhe.cnlive.com/api/anchors/import | |
| 4 | + | |
| 1 | 5 | #### 请求参数说明: |
| 2 | 6 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 3 | 7 | | :-----------: | :------: | :------: | :------: | |
| ... | ... | @@ -23,8 +27,11 @@ |
| 23 | 27 | "errorCode": "0", |
| 24 | 28 | "errorMessage": "成功" |
| 25 | 29 | } |
| 26 | -{ | |
| 27 | - "errorCode": "1", | |
| 28 | - "errorMessage": "请求参数无效" | |
| 29 | -} | |
| 30 | -``` | |
| 31 | 30 | \ No newline at end of file |
| 31 | +``` | |
| 32 | +错误码 | |
| 33 | + * 1000+* 04 主播资质报错信息 * 标识出错的区别 | |
| 34 | + * 1000004 '取列表所有数据出错,请重试!', | |
| 35 | + * 1000104 '主播资质标识不存在,请重试!', | |
| 36 | + * 1000204 '主播昵称不存在,请重试', | |
| 37 | + * 1000304 '主播头像地址不存在,请重试', | |
| 38 | + * 1000404 'spId不存在或者appId不存在,请重试!' | ... | ... |