Commit a5a648b9673e4c290360968cf8d6bdf593e50b38

Authored by 国亚奇
1 parent 3cee2b14

add

09.审核云/1.3 主播认证通知.md 0 → 100644
  1 +#### 通知参数说明:
  2 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  3 +| :-----------: | :------: | :------: | :------: |
  4 +| data | String | true | 主播信息,json 格式 |
  5 +| sign | String | true | 签名 |
  6 +-----
  7 +#### 通知接口返回数据要求:
  8 +```
  9 +{
  10 + "errorCode": "0",
  11 + "errorMessage": "成功"
  12 +}
  13 +{
  14 + "errorCode": "xxx",
  15 + "errorMessage": "xxxx"
  16 +}
  17 +```
0 18 \ No newline at end of file
... ...