POST api/Tv/AuditWebTv

控制直播间审核状态(201904)

Request Information

URI Parameters

None.

Body Parameters

AuditWebTvRequest
NameDescriptionTypeAdditional information
TvId

直播Id

integer

None.

AduitStatus

审核状态 1-通过,0不通过

integer

None.

Operator

操作员

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tvId": 1,
  "aduitStatus": 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
}