POST api/Tv/GadSendChatUser
用户禁言接口(201904)
Request Information
URI Parameters
None.
Body Parameters
GadSendChatUserRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerCode |
用户编号 |
string |
None. |
TvId |
直播间Id |
integer |
None. |
GadStatus |
禁止状态(1-允许,0-禁止) |
integer |
None. |
Operator |
操作员 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "customerCode": "sample string 1", "tvId": 2, "gadStatus": 3, "operator": "sample string 4" }
Response Information
Resource Description
用户禁言接口(201904)
WebResultResponseName | Description | Type | Additional information |
---|---|---|---|
Result |
返回结果 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": true }