Commit d266f6a4f3af18f92c1b9724bb7d514e80ccaa18
1 parent
14856eb4
u
Showing
1 changed file
with
6 additions
and
5 deletions
09.审核云/1.1 主播认证申请接口.md
| @@ -2,7 +2,12 @@ | @@ -2,7 +2,12 @@ | ||
| 2 | | 参数名 | 参数类型 | 必选 | 参数说明 | | 2 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 3 | | :-----------: | :------: | :------: | :------: | | 3 | | :-----------: | :------: | :------: | :------: | |
| 4 | | appId | String | true | 应用ID | | 4 | | appId | String | true | 应用ID | |
| 5 | -| uid | String | true | 用户ID | | 5 | +| uid | String | true | 用户ID | |
| 6 | +| face | String | true | 头像地址 | | ||
| 7 | +| name | String | true | 用户实名 | | ||
| 8 | +| idCard | String | true | 身份证号 | | ||
| 9 | +| pic | String | true | 对照照片url | | ||
| 10 | +| tag | String | true | 分类标签 | | ||
| 6 | | sign | String | true | 签名 | | 11 | | sign | String | true | 签名 | |
| 7 | ----- | 12 | ----- |
| 8 | #### 返回格式说明: | 13 | #### 返回格式说明: |
| @@ -11,8 +16,4 @@ | @@ -11,8 +16,4 @@ | ||
| 11 | "errorCode":"0", | 16 | "errorCode":"0", |
| 12 | "errorMessage":"成功" | 17 | "errorMessage":"成功" |
| 13 | } | 18 | } |
| 14 | - | ||
| 15 | -主播申请记录存在去往等待审核页面 | ||
| 16 | -主播申请记录不存在去往申请页面 | ||
| 17 | - | ||
| 18 | ``` | 19 | ``` |
| 19 | \ No newline at end of file | 20 | \ No newline at end of file |