Commit c98c13b70556ce8ffcd79d21e4f2aa96be9b6a31
1 parent
31feda15
sp_id ==> appId
Showing
1 changed file
with
1 additions
and
1 deletions
02.直播云/1.8 获取APP直播URL接口.md
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | #### 请求参数说明: |
| 12 | 12 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 13 | 13 | | :----------- | :------: | :------: | :------: | |
| 14 | -| sp_id | string | true | 应用ID | | |
| 14 | +| appId | string | true | 应用ID | | |
| 15 | 15 | | channelID| string | true | 直播频道或主播ID | |
| 16 | 16 | | uid| string | false | 用户标识(uuid_时间戳),不传为0 | |
| 17 | 17 | | sid| string | false | 用户ID,不传为0 | | ... | ... |