__construct(); } public function getBizContent() { if(!empty($this->bizParas)){ $this->bizContent = json_encode($this->bizParas,JSON_UNESCAPED_UNICODE); } return $this->bizContent; } public function getGrantType() { return $this->grantType; } public function setGrantType($grantType) { $this->grantType = $grantType; $this->bizParas['grant_type'] = $grantType; } public function setOutRequestNo($outRequestNo) { $this->outRequestNo = $outRequestNo; $this->bizParas['out_request_no'] = $outRequestNo; } public function getOutRequestNo() { return $this->outRequestNo; } public function setReceiverList($receiverList) { $this->receiverList = $receiverList; $this->bizParas['receiver_list'] = $receiverList; } public function getReceiverList() { return $this->receiverList; } } ?>