修改商品市场价格
简要描述
- 修改商品市场价(已作废)
请求URL
/api/good/mprice/mod
请求方式
- POST
参数
参数名 | 非空 | 类型 | 说明 |
---|---|---|---|
gid | 是 | int | 商品号 |
mprice | 是 | double | 市场价格 |
返回示例
{
"error_code": 0,
"msg": "Success"
}
/api/good/mprice/mod
参数名 | 非空 | 类型 | 说明 |
---|---|---|---|
gid | 是 | int | 商品号 |
mprice | 是 | double | 市场价格 |
{
"error_code": 0,
"msg": "Success"
}