Commit a58a133afe636e689383081454f1d08a2bde1cd9
1 parent
42574f64
2
Showing
1 changed file
with
2 additions
and
1 deletions
01.点播云/2.7 SP短视频列表接口4APP.md
| ... | ... | @@ -11,7 +11,8 @@ |
| 11 | 11 | #### 请求参数说明: |
| 12 | 12 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 13 | 13 | | :----------- | :------: | :------: | :------: | |
| 14 | -| appId | string | true | APPID | | |
| 14 | +| appId | string | true | APPID | | |
| 15 | +| userId | string | true | 用户标识 | | |
| 15 | 16 | | page | int | true | 第几页的页码 | |
| 16 | 17 | | pageSize | int | true | 返回的每页数据数量 | |
| 17 | 18 | |platform_id| string | true | APP bundleID 或者是包名,平台鉴权使用 | | ... | ... |