- package vo
- type DefaultSearchParam struct {
- EnterpriseId string `json:"enterprise_id"`
- SubAccountId int64 `json:"sub_account_id"`
- Page int `json:"page"`
- PageSize int `json:"page_size"`
- Platform int64 `json:"platform"`
- TaskType int64 `json:"task_type"` // 任务类型,0全部 1品牌种草,2本地生活
- DefaultType int64 `json:"default_type"` // 违约类型 1未传初稿 2未发作品 3未传数据 4终止合作 5已解约
- Others string `json:"others"` // 任务标题/任务ID/创建者
- TaskId string `json:"task_id"` // 任务ID
- TalentName string `json:"talent_name"` // 达人昵称
- }
|