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