修改商品组接口
POST
https://www.malltw-hm.com/index/goods/updateGoodsPrice
请求参数
参数名
类型
描述
必填
id
int
阶梯价格id
必填
price
int
数量价格
必填
nums
int
数量
必填
groupName
string
商品组名称
必填
响应参数
参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:success
必填