bizContentarr)){ $this->bizContent = json_encode($this->bizContentarr,JSON_UNESCAPED_UNICODE); } return $this->bizContent; } public function getTradeNo() { return $this->tradeNo; } public function setTradeNo($tradeNo) { $this->tradeNo = $tradeNo; $this->bizContentarr['trade_no'] = $tradeNo; } public function getOutTradeNo() { return $this->outTradeNo; } public function setOutTradeNo($outTradeNo) { $this->outTradeNo = $outTradeNo; $this->bizContentarr['out_trade_no'] = $outTradeNo; } public function getOperatorId() { return $this->operatorId; } public function setOperatorId($operatorId) { $this->operatorId = $operatorId; $this->bizContentarr['operator_id'] = $operatorId; } } ?>