简要描述:

  • 取消挑选商品

请求URL:

POST:一级域名/wapapi/addons/liveshopping/liveshopping/canclePickGoods

参数:

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

返回示例:

正确时返回:

{
    "code": 1,
    "message": "取消成功"
}

错误时返回:

{
    "code": 1,
    "message": "取消失败"
}

返回参数说明:

参数名 类型 说明