1
This commit is contained in:
@@ -149,8 +149,9 @@ type ProductEditV2Param struct {
|
||||
// 商家可见备注
|
||||
Remark string `json:"remark"`
|
||||
// 外部product_id
|
||||
OutProductId int64 `json:"out_product_id"`
|
||||
// 资质信息,可通过/product/qualificationConfig获取
|
||||
//OutProductId int64 `json:"out_product_id"`
|
||||
// 外部product id
|
||||
//OuterProductId string `json:"outer_product_id"` // 资质信息,可通过/product/qualificationConfig获取
|
||||
QualityList []QualityListItem `json:"quality_list"`
|
||||
// 如果不填,则规格名为各级规格名用 \"-\" 自动生成
|
||||
SpecName string `json:"spec_name"`
|
||||
@@ -178,8 +179,6 @@ type ProductEditV2Param struct {
|
||||
Extra string `json:"extra"`
|
||||
// src
|
||||
Src string `json:"src"`
|
||||
// 外部product id
|
||||
OuterProductId string `json:"outer_product_id"`
|
||||
// standard_brand_id,通过/brand/list获取,无品牌id则传596120136
|
||||
StandardBrandId int64 `json:"standard_brand_id"`
|
||||
// 卡券类型需要传true
|
||||
|
||||
Reference in New Issue
Block a user