package vo type SelectionInfoCreateParam struct { EnterpriseId string `json:"enterprise_id"` SubAccountId int64 `json:"sub_account_id"` Platform int64 `json:"platform"` ProductId int64 `json:"product_id"` }