This commit is contained in:
邹宗楠
2022-10-10 16:29:54 +08:00
parent c5553480ca
commit 5178c1c06d
3 changed files with 35 additions and 5 deletions

View File

@@ -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"`
}