POST api/Tv/GadSendChatWebTv
控制直播间禁言状态(201904)
Request Information
URI Parameters
None.
Body Parameters
GadSendChatTvRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TvId |
直播间Id |
integer |
None. |
| GadStatus |
发弹幕状态(1-允许,0禁止) |
integer |
None. |
| Operator |
操作员 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"tvId": 1,
"gadStatus": 2,
"operator": "sample string 3"
}
Response Information
Resource Description
控制直播间禁言状态(201904)
WebResultResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result |
返回结果 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": true
}