Commit 1cee503f79877e184b1ae25a163823af7c66362f

Authored by 刘炯
1 parent 4c2eaf0e

update

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