version = "1.0"; } private $apiParas = array(); public function getApiMethodName(){ return "jd.union.open.channel.relation.query"; } public function getApiParas(){ if(empty($this->apiParas)){ return "{}"; } return $this->apiParas; } public function check(){ } public function putOtherTextParam($key, $value){ $this->apiParas[$key] = $value; $this->$key = $value; } private $version; public function setVersion($version){ $this->version = $version; } public function getVersion(){ return $this->version; } private $channelRelationQueryReq; public function setChannelRelationQueryReq($channelRelationQueryReq){ $this->apiParas['channelRelationQueryReq'] = $channelRelationQueryReq; } public function getChannelRelationQueryReq(){ return $this->apiParas['channelRelationQueryReq']; } } ?>