1
This commit is contained in:
@@ -44,6 +44,14 @@ func (c *ProductListV2Request) GetParams() *ProductListV2Param {
|
||||
return c.Param
|
||||
}
|
||||
|
||||
//草稿箱:status=0 and check_status=1 and draft_status=1或0
|
||||
//在售:status=0&&check_status=3
|
||||
//审核中:status=0 and check_status=2 and draft_status=2
|
||||
//新版本审核中:status=0 and check_status=3 and draft_status=2
|
||||
//封禁中:status=1 and check_status=5 and draft_status=0
|
||||
//上架的商品被下架放入仓库中:status=1 and check_status=1 and draft_status=0
|
||||
//延迟上架,放入仓库中(start_sale_type=1):status=1 and check_status=7 and draft_status=0
|
||||
//删除:status=2 and check_status=1 and draft_status=0
|
||||
type ProductListV2Param struct {
|
||||
// 商品在店铺中状态: 0-在线;1-下线;2-删除;详见商品状态机:https://op.jinritemai.com/docs/question-docs/92/2070
|
||||
Status int64 `json:"status"`
|
||||
|
||||
Reference in New Issue
Block a user