栏目删除商品
DELETE
/shop/column/goods请求参数
Body 参数application/json
id
integer | null
可选
columnId
integer | null
栏目ID
goodsId
integer | null
商品ID
示例
{
"id": 0,
"columnId": 0,
"goodsId": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer | null
可选
返回状态码:返回200表示请求接口成功,非200表示请求接口失败
msg
string | null
返回消息
data
boolean | null
返回数据
示例
{
"code": 0,
"msg": "",
"data": false
}
最后修改时间: 10 个月前