setUserParam($params, "deliverType", $this->deliverType); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.ad.api.unit.bid.query.audience.profile"; } public function setDeliverType($deliverType) { $this->deliverType = $deliverType; } }