setUserParam($params, "adId", $this->adId); $this->setUserParam($params, "creativeFlowRate", $this->creativeFlowRate); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.ad.api.unit.creative.distribute.flow.rate"; } public function setAdId($adId) { $this->adId = $adId; } public function setCreativeFlowRate($creativeFlowRate) { $this->creativeFlowRate = $creativeFlowRate; } }