Commit 2f1b6e9b70ff8c843a98eec58c75277b79b3b153

Authored by 刘炯
1 parent 431ee3ab

修改recentPic 类型

02.直播云/2.5 主播认证申请接口.md
... ... @@ -10,9 +10,9 @@
10 10 | face | String | true | 主播头像地址 |
11 11 | name | String | false | 主播实名 |
12 12 | idCard | String | false | 主播身份证号 |
13   -| recentPic | String | false | 主播对照照片(正)|
14   -| recentPic2 | String | false | 主播对照照片(反)|
15   -| recentPic3 | String | false | 主播对照照片(手持)|
  13 +| recentPic | file | false | 主播对照照片(正)|
  14 +| recentPic2 | file | false | 主播对照照片(反)|
  15 +| recentPic3 | file | false | 主播对照照片(手持)|
16 16 | mobile | String | false | 主播手机号 |
17 17 | callback | String | false | 主播审核结果通知地址 |
18 18 | tag | String | false | 分类标签 |
... ...