简要描述:

  • 举报直播间

请求URL:

POST/wapapi/addons/liveshopping/liveshopping/getPlatformLiveStatus

参数:

参数名 是否必须 类型 说明
anchor_id int 主播id

返回示例:

正确时返回:

{
    "code": 1,
    "data": [
        'live_status' => 0,//直播间状态:0-禁播 -1-异常 4-已下播 2-直播中
    ]
}

失败时返回:

{
	"code": -1,
	"message": "获取失败",
}