删除商品
简要描述
- 删除商品
请求URL
/api/good
请求方式
- DELETE
参数
参数名 | 非空 | 类型 | 说明 |
---|---|---|---|
pid | 是 | int | 商品号 |
返回示例
{
"error_code": 0,
"msg": "Success"
}
/api/good
参数名 | 非空 | 类型 | 说明 |
---|---|---|---|
pid | 是 | int | 商品号 |
{
"error_code": 0,
"msg": "Success"
}