package vo type TalentCancelParam struct { TaskId string `json:"task_id"` TaskIds []string `json:"task_ids"` RealPayment float64 `json:"real_payment"` CancelReason string `json:"cancel_reason"` EnterpriseId string `json:"enterprise_id"` SubAccountId int64 `json:"sub_account_id"` }