This commit is contained in:
邹宗楠
2025-05-06 15:53:24 +08:00
parent c248d8e1d1
commit db1228637c
5 changed files with 50 additions and 38 deletions

View File

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