POST api/Tv/GetWebTvDetail
获取直播明细接口(201902,201904)
Request Information
URI Parameters
None.
Body Parameters
GetWebTvDetailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TvId |
视频Id |
integer |
None. |
| CustomerCode |
用户编号 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"tvId": 1,
"customerCode": "sample string 2"
}
Response Information
Resource Description
获取直播明细接口(201902,201904)
GetWebTvDetailResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| TvToken |
当前用户的直播token |
string |
None. |
| GadSendChatList |
禁言名单列表 |
Collection of BlackCustomerModel |
None. |
| GadRewardList |
禁止打赏名单列表 |
Collection of BlackCustomerModel |
None. |
| TvId |
TvId |
integer |
None. |
| TvName |
直播名称 |
string |
None. |
| Type |
类型 1-public,2-private |
integer |
None. |
| Pic |
视频图片 |
string |
None. |
| Status |
状态 0-未开始,1-已开始 |
integer |
None. |
| Online |
0 未上架, 1 已上架 |
integer |
None. |
| Author |
作者 |
string |
None. |
| Description |
描述信息 |
string |
None. |
| LiveUrl |
直播地址 |
string |
None. |
| CreatedOn |
创建时间 |
date |
None. |
| MobileLiveUrl |
移动直播地址 |
string |
None. |
| ShowChatStatus |
显示弹幕状态,1显示,0不显示 |
integer |
None. |
| AuditStatus |
审核状态,0-未审核 1-通过,2-不通过 |
integer |
None. |
| RewardStatus |
打赏状态 1-允许打赏,0不允许打赏 |
integer |
None. |
| GadSendChatStatus |
1-允许,0-禁言 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"tvToken": "sample string 1",
"gadSendChatList": [
{
"customerCode": "sample string 1"
},
{
"customerCode": "sample string 1"
}
],
"gadRewardList": [
{
"customerCode": "sample string 1"
},
{
"customerCode": "sample string 1"
}
],
"tvId": 2,
"tvName": "sample string 3",
"type": 4,
"pic": "sample string 5",
"status": 6,
"online": 7,
"author": "sample string 8",
"description": "sample string 9",
"liveUrl": "sample string 10",
"createdOn": "2025-12-06T03:02:47.6295884+08:00",
"mobileLiveUrl": "sample string 12",
"showChatStatus": 13,
"auditStatus": 14,
"rewardStatus": 15,
"gadSendChatStatus": 16
}