简要描述:
- 门店删除商品接口
请求域名:
- http://xx.com
请求URL:
POST/plugin.store-cashier.frontend.store.goods.destroy-goods
APP请求URL:
POST/plugin.store-cashier.frontend.app.store.goods.destroy-goods
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
goods_id | 是 | int | 商品id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "删除商品成功",
"data": [ ]
}
错误时返回:
{
"result": 0,
"msg": "请传入正确参数"
}
{
"result": 0,
"msg": "删除商品失败"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述