POST api/Tv/ShowChatWebTv

控制直播间弹幕显示状态(201904)

Request Information

URI Parameters

None.

Body Parameters

ShowChatWebTvRequest
NameDescriptionTypeAdditional information
TvId

直播Id

integer

None.

ShowChatStatus

显示弹幕状态,1显示,0不显示

integer

None.

Operator

操作员

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tvId": 1,
  "showChatStatus": 2,
  "operator": "sample string 3"
}

Response Information

Resource Description

控制直播间弹幕显示状态(201904)

WebResultResponse
NameDescriptionTypeAdditional information
Result

返回结果

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "result": true
}