POST netease/channel_status_callback

频道状态修改回调

Request Information

URI Parameters

None.

Body Parameters

ChannelStatusCallbackViewModel
NameDescriptionTypeAdditional information
status

频道状态(0:空闲; 1:直播; 2:禁用; 3:直播录制)

string

None.

cid

频道ID

string

None.

time

频道状态变化时间戳(毫秒)

string

None.

Request Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "cid": "sample string 2",
  "time": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ChannelStatusCallbackViewModel'.

Response Information

Resource Description

频道状态修改回调

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.