名称:启用关闭详情
接口:/merchant/live/enableShowInfo
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 9 |
type | int | Y | 设置的数据 type 值有很多种请参考列表 | 9 |
说明
1.此方法需要登录,
{
"code": 200,
"message": "success",
"result": {
"type": 3,
"is_show": true
}
}