Commit 1308164cfbee12a1c7ff81b5fc8200e1e3145648
1 parent
c3fe41ea
主播鉴权
Showing
1 changed file
with
27 additions
and
0 deletions
09.审核云/1.2 主播鉴权接口.md
0 → 100644
| 1 | +#### 请求参数说明: | ||
| 2 | +| 参数名 | 参数类型 | 必选 | 参数说明 | | ||
| 3 | +| :-----------: | :------: | :------: | :------: | | ||
| 4 | +| appId | String | true | 应用ID | | ||
| 5 | +| uid | String | true | 主播标识(业务系统确保唯一) | | ||
| 6 | +| sign | String | true | 签名 | | ||
| 7 | +----- | ||
| 8 | +#### 返回格式说明: | ||
| 9 | +``` | ||
| 10 | +{ | ||
| 11 | + "errorCode": "0", | ||
| 12 | + "errorMessage": "成功" | ||
| 13 | +} | ||
| 14 | +{ | ||
| 15 | + "errorCode": "1", | ||
| 16 | + "errorMessage": "请求参数无效" | ||
| 17 | +} | ||
| 18 | +{ | ||
| 19 | + "errorCode": "91002", | ||
| 20 | + "errorMessage": "主播鉴权失败" | ||
| 21 | +} | ||
| 22 | +{ | ||
| 23 | + "errorCode": "90000", | ||
| 24 | + "errorMessage": "其他异常" | ||
| 25 | +} | ||
| 26 | + | ||
| 27 | +``` | ||
| 0 | \ No newline at end of file | 28 | \ No newline at end of file |