POST api/Tv/RewardWebTv
控制直播间打赏状态(201904)
Request Information
URI Parameters
None.
Body Parameters
RewardWebTvRequestName | Description | Type | Additional information |
---|---|---|---|
TvId |
直播Id |
integer |
None. |
RewardStatus |
打赏状态 1-允许打赏,0不允许打赏 |
integer |
None. |
Operator |
操作员 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "tvId": 1, "rewardStatus": 2, "operator": "sample string 3" }
Response Information
Resource Description
控制直播间打赏状态(201904)
WebResultResponseName | Description | Type | Additional information |
---|---|---|---|
Result |
返回结果 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": true }