This commit is contained in:
邹宗楠
2023-10-26 15:50:17 +08:00
parent c45e4c656c
commit 4d6b4433b5
7 changed files with 17 additions and 52 deletions

View File

@@ -46,9 +46,11 @@ func (c *ProductDetailOutRequest) GetParams() *ProductDetailParamOutProductId {
type ProductDetailParamOutProductId struct {
// 商品ID抖店系统生成店铺下唯一长度19位。
//ProductId string `json:"product_id"`
ProductId string `json:"product_id"`
// 外部商家编码,商家自定义字段
OutProductId string `json:"out_product_id"`
// 门店id
StoreId int64 `json:"store_id"`
//// true读取草稿数据false读取线上数据不传默认为false
//ShowDraft string `json:"show_draft"`
}