POST api/Tv/GetWebTvList
获取直播列表接口(201902,201904) 融云token放在other信息中
Request Information
URI Parameters
None.
Body Parameters
WebTvSearchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Status |
状态 -1全部 0-未开始,1-已开始 |
integer |
None. |
| Online |
是否上架 -1全部 0 未上架, 1 已上架 |
integer |
None. |
| Type |
类型 -1全部 1-public,2-private |
integer |
None. |
| CustomerCode |
用户编号 |
string |
None. |
| PageIndex |
页码 |
integer |
None. |
| PageSize |
每页多少条 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"status": 1,
"online": 2,
"type": 3,
"customerCode": "sample string 4",
"pageIndex": 5,
"pageSize": 6
}
Response Information
Resource Description
获取直播列表接口(201902,201904) 融云token放在other信息中
PageListResponseOfWebTvModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | PageInfo |
None. |
|
| List | Collection of WebTvModel |
None. |
|
| Other | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": {
"pageIndex": 1,
"pageSize": 2,
"totalCount": 3
},
"list": [
{
"tvId": 1,
"tvName": "sample string 2",
"type": 3,
"pic": "sample string 4",
"status": 5,
"online": 6,
"author": "sample string 7",
"description": "sample string 8",
"liveUrl": "sample string 9",
"createdOn": "2025-12-06T02:53:10.374668+08:00",
"mobileLiveUrl": "sample string 11",
"showChatStatus": 12,
"auditStatus": 13,
"rewardStatus": 14,
"gadSendChatStatus": 15
},
{
"tvId": 1,
"tvName": "sample string 2",
"type": 3,
"pic": "sample string 4",
"status": 5,
"online": 6,
"author": "sample string 7",
"description": "sample string 8",
"liveUrl": "sample string 9",
"createdOn": "2025-12-06T02:53:10.374668+08:00",
"mobileLiveUrl": "sample string 11",
"showChatStatus": 12,
"auditStatus": 13,
"rewardStatus": 14,
"gadSendChatStatus": 15
}
],
"other": {}
}