Commit be000ffc61343ce3af8a1f92fa50447e8a34552e
1 parent
47d1e3dc
5
Showing
1 changed file
with
3 additions
and
3 deletions
01.点播云/1.11 获取点播信息接口App1.md
| ... | ... | @@ -14,9 +14,9 @@ HTTP GET |
| 14 | 14 | ### 接口请求参数 ### |
| 15 | 15 | |参数名| 参数类型 | 必选 | 参数说明 | |
| 16 | 16 | |:----- | :------: | :------: | :------: | |
| 17 | -|appId| string | true | 应用ID | | |
| 18 | -|pageNumber| string | false | 默认1 | | |
| 19 | -|pageSize| string | false | 默认10 上限100 | | |
| 17 | +|appId| string | true | 格式必须 : spid_xxxxx | | |
| 18 | +|pageNumber| int | false | 默认1 | | |
| 19 | +|pageSize| int | false | 默认10 上限100 | | |
| 20 | 20 | |
| 21 | 21 | |
| 22 | 22 | ### 返回值 ### | ... | ... |