修改商品价格
POST
https://runtong.hd2c.com/merchant/product/money_merchant
接口描述
修改商品价格
请求参数
参数名
类型
描述
必填
id
int
商品ID
必填
money
decimal(10,2)
价格
必填
响应参数
参数名
类型
描述
必填
status
string
状态, success: 成功, faild:失败
必填
msg
array
出错信息, 字符串数组
必填