1
This commit is contained in:
@@ -231,4 +231,7 @@ type ProductAddV2Param struct {
|
||||
SaleLimitId int64 `json:"sale_limit_id"`
|
||||
// 通过/product/getRecommendName接口推荐的商品标题前缀(注意系统根据类目属性生成前缀字符串时,末尾有一个空格)
|
||||
NamePrefix string `json:"name_prefix"`
|
||||
// 小时达专用
|
||||
SkuType int64 `json:"sku_type"` // 小时达专用 1
|
||||
StockNumMap map[string]int64 `json:"stock_num_map"` // k门店id,库存数量
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user