Commit 70b5fb0189f02111e369dc65c1a197dc19c2df90

Authored by 国亚奇
1 parent a5a648b9

u

09.审核云/1.3 主播认证通知.md
... ... @@ -3,6 +3,22 @@
3 3 | :-----------: | :------: | :------: | :------: |
4 4 | data | String | true | 主播信息,json 格式 |
5 5 | sign | String | true | 签名 |
  6 +```
  7 +data事例:
  8 +{
  9 + "appId": "003_003",
  10 + "uid": "13678",
  11 + "nickName": "zll",
  12 + "face": "http://www.cnlive.com",
  13 + "name": null,
  14 + "idCard": null,
  15 + "recentPic": null,
  16 + "mobile": null,
  17 + "tag": null,
  18 + "status": 2,
  19 + "createTime": "2016-08-29 17:34:12.0"
  20 +}
  21 +```
6 22 -----
7 23 #### 通知接口返回数据要求:
8 24 ```
... ...