Commit 1cee503f79877e184b1ae25a163823af7c66362f
1 parent
4c2eaf0e
update
Showing
1 changed file
with
2 additions
and
5 deletions
02.直播云/2.6 主播认证通知.md
| @@ -2,17 +2,14 @@ | @@ -2,17 +2,14 @@ | ||
| 2 | | 参数名 | 参数类型 | 必选 | 参数说明 | | 2 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 3 | | :-----------: | :------: | :------: | :------: | | 3 | | :-----------: | :------: | :------: | :------: | |
| 4 | | data | String | true | 主播信息,json 格式 | | 4 | | data | String | true | 主播信息,json 格式 | |
| 5 | -| sign | String | true | 签名 | | ||
| 6 | ``` | 5 | ``` |
| 7 | data事例: | 6 | data事例: |
| 8 | { | 7 | { |
| 9 | "appId": "003_003", | 8 | "appId": "003_003", |
| 10 | - "uid": "13678", | ||
| 11 | - "nickName": "zll", | ||
| 12 | - "face": "http://www.cnlive.com", | 9 | + "channelId": "13678", |
| 10 | + "channelName": "zll", | ||
| 13 | "name": null, | 11 | "name": null, |
| 14 | "idCard": null, | 12 | "idCard": null, |
| 15 | - "recentPic": null, | ||
| 16 | "mobile": null, | 13 | "mobile": null, |
| 17 | "tag": null, | 14 | "tag": null, |
| 18 | "status": 2, // 0 未审核 1审核通过 2审核不通过 | 15 | "status": 2, // 0 未审核 1审核通过 2审核不通过 |