This commit is contained in:
邹宗楠
2024-03-19 11:00:01 +08:00
parent b40538fe56
commit b2c8050cdc
2 changed files with 1 additions and 4 deletions

View File

@@ -223,7 +223,7 @@ type ProductEditV2Param struct {
// 通过/product/getRecommendName接口推荐的商品标题前缀注意系统根据类目属性生成前缀字符串时末尾有一个空格
NamePrefix string `json:"name_prefix"`
// 门店ID
//StoreId int64 `json:"store_id"`
StoreId int64 `json:"store_id"`
// 主商品ID
MainProductId int64 `json:"main_product_id"`
// 限售模板ID