|
@@ -8,12 +8,14 @@ type GetSecTaskListRequest struct {
|
|
|
SelectionId string `json:"selection_id"`
|
|
|
SecTaskStatus int `json:"sec_task_status"`
|
|
|
SearchValue string `json:"search_value"`
|
|
|
- Type int `json:"type"` // 查询类型,1、2、3分别表示确定达人查询、发货管理查询、结算管理查询
|
|
|
- TaskStage int `json:"sec_task_stage"`
|
|
|
- FreeStage int `json:"free_stage"` // 免费领样阶段,1-5分别代表已申请、已拒绝、待发货、已发货、已收货
|
|
|
- RewardStage int `json:"reward_stage"` // 悬赏阶段,1-2分别代表待结算(管理后台设置)、已结算(小程序端设置)
|
|
|
- SaleNumMin int `json:"sale_num_min"` // 30天橱窗销量区间最小值
|
|
|
- SaleNumMax int `json:"sale_num_max"` // 30天橱窗销量区间最大值
|
|
|
+ Type int `json:"type"` // 查询类型,1、2、3分别表示确定达人查询、发货管理查询、结算管理查询
|
|
|
+ TaskStage int `json:"sec_task_stage"` // 查询条件
|
|
|
+ FreeStage int `json:"free_stage"` // 免费领样阶段,1-5分别代表已申请、已拒绝、待发货、已发货、已收货
|
|
|
+ RewardStage int `json:"reward_stage"` // 悬赏阶段,1-2分别代表待结算(管理后台设置)、已结算(小程序端设置)
|
|
|
+ SaleNumMin int `json:"sale_num_min"` // 30天橱窗销量区间最小值
|
|
|
+ SaleNumMax int `json:"sale_num_max"` // 30天橱窗销量区间最大值
|
|
|
+ OrderBy string `json:"order_by"` // 排序条件
|
|
|
+ OrderDesc int `json:"order_desc"` // 是否降序
|
|
|
}
|
|
|
|
|
|
type GetSecTaskListData struct {
|