package vo type IdentifyParam struct { BusinessLicenseUrl string `json:"business_license_url"` EnterpriseId string `json:"enterprise_id"` SubAccountId int64 `json:"sub_account_id"` }