This commit is contained in:
邹宗楠
2023-10-11 10:22:39 +08:00
parent 973a82476d
commit 595a2ee464
5 changed files with 10 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ type ProductDetailParam struct {
// 商品ID抖店系统生成店铺下唯一长度19位。
ProductId string `json:"product_id"`
// 外部商家编码,商家自定义字段
//OutProductId string `json:"out_product_id"`
OutProductId string `json:"out_product_id"`
//// true读取草稿数据false读取线上数据不传默认为false
//ShowDraft string `json:"show_draft"`
}