- package vo
- type GetAllProductParam struct {
- EnterpriseId string `json:"enterprise_id"`
- SubAccountId int64 `json:"sub_account_id"`
- ProductType int64 `json:"product_type"` // 商品类型(0一般商品 1快手商品
- ProductTitle string `json:"product_title"` // 商品标题
- Page int `json:"page"`
- PageSize int `json:"page_size"`
- }
|