修改商品测试
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
//查询商家所有的店内分类
|
||||
|
||||
Reference in New Issue
Block a user