selection_draft_param.go 438 B

1234567891011
  1. package vo
  2. type SelectionDraftParam struct {
  3. EnterpriseId string `json:"enterprise_id"`
  4. SubAccountId int64 `json:"sub_account_id"`
  5. Page int `json:"page"`
  6. PageSize int `json:"page_size"`
  7. SelectionPlatform int64 `json:"selection_platform"` // 平台,1-7分别代表小红书、抖音、微博、快手、b站、大众点评、知乎
  8. //SelectionId string `json:"selection_id"` // 任务ID
  9. }