名称:商品添加
接口:/merchant/live/goodsAdd
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 36 |
goods_name | int | Y | 商品名称 | 36 |
goods_img | int | Y | 商品图片 | 36 |
goods_desc | int | Y | 描述(富文本) | 36 |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": []
}