修改商品测试

This commit is contained in:
苏尹岚
2020-05-15 09:19:40 +08:00
parent f15c77865b
commit 42bc1aa791

View File

@@ -143,8 +143,8 @@ type CreateSkuResult struct {
type UpdateWareParam struct {
WareID int64 `json:"wareId"`
Title string `json:"title"` //否 标题 商品名称 限制45个字符内
Weight int `json:"weight"` //否 无 商品重量,单位kg
Title string `json:"title"` //否 标题 商品名称 限制45个字符内
// Weight int `json:"weight"` //否 无 商品重量,单位kg
}
//查询商家所有的店内分类