bizContentarr)){ $this->bizContent = json_encode($this->bizContentarr,JSON_UNESCAPED_UNICODE); } return $this->bizContent; } public function __construct() { $this->bizContentarr['productCode'] = "QUICK_WAP_PAY"; } public function AlipayTradeWapPayContentBuilder() { $this->__construct(); } public function getBody() { return $this->body; } public function setBody($body) { $this->body = $body; $this->bizContentarr['body'] = $body; } public function setSubject($subject) { $this->subject = $subject; $this->bizContentarr['subject'] = $subject; } public function getSubject() { return $this->subject; } public function getOutTradeNo() { return $this->outTradeNo; } public function setOutTradeNo($outTradeNo) { $this->outTradeNo = $outTradeNo; $this->bizContentarr['out_trade_no'] = $outTradeNo; } public function setTimeExpress($timeExpress) { $this->timeExpress = $timeExpress; $this->bizContentarr['timeout_express'] = $timeExpress; } public function getTimeExpress() { return $this->timeExpress; } public function setTotalAmount($totalAmount) { $this->totalAmount = $totalAmount; $this->bizContentarr['total_amount'] = $totalAmount; } public function getTotalAmount() { return $this->totalAmount; } public function setSellerId($sellerId) { $this->sellerId = $sellerId; $this->bizContentarr['seller_id'] = $sellerId; } public function getSellerId() { return $this->sellerId; } } ?>