Merge branch 'master' of https://e.coding.net/rosydev/baseapi
This commit is contained in:
@@ -232,6 +232,4 @@ type ProductAddV2Param struct {
|
||||
// 通过/product/getRecommendName接口推荐的商品标题前缀(注意系统根据类目属性生成前缀字符串时,末尾有一个空格)
|
||||
NamePrefix string `json:"name_prefix"`
|
||||
// 小时达专用
|
||||
SkuType int64 `json:"sku_type"` // 小时达专用 1
|
||||
StockNumMap map[string]int64 `json:"stock_num_map"` // k门店id,库存数量
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ type ProductDetailParam struct {
|
||||
// 商品ID,抖店系统生成,店铺下唯一;长度19位。
|
||||
ProductId string `json:"product_id"`
|
||||
// 外部商家编码,商家自定义字段
|
||||
OutProductId string `json:"out_product_id"`
|
||||
// true:读取草稿数据;false:读取线上数据;不传默认为false
|
||||
ShowDraft string `json:"show_draft"`
|
||||
//OutProductId string `json:"out_product_id"`
|
||||
//// true:读取草稿数据;false:读取线上数据;不传默认为false
|
||||
//ShowDraft string `json:"show_draft"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user