package vo type SelectionDraftParam struct { EnterpriseId string `json:"enterprise_id"` SubAccountId int64 `json:"sub_account_id"` Page int `json:"page"` PageSize int `json:"page_size"` SelectionPlatform int64 `json:"selection_platform"` // 平台,1-7分别代表小红书、抖音、微博、快手、b站、大众点评、知乎 Others string `json:"others"` // 任务标题/任务ID/创建者 }