bizContentarr)){ $this->bizContent = json_encode($this->bizContentarr); // 5.4增加的常量 JSON_UNESCAPED_UNICODE } $ret = ($arr===false) ? $this->bizContent : $this->bizContentarr ; return $ret; } public function set_bill_date($bill_date) { $this->bill_date = $bill_date; $this->bizContentarr['bill_date'] = $bill_date; } public function set_bill_type($bill_type) { $this->bill_type = $bill_type; $this->bizContentarr['bill_type'] = $bill_type; } public function set_tar_type($tar_type) { $this->tar_type = $tar_type; $this->bizContentarr['tar_type'] = $tar_type; } public function set_transaction_id($transaction_id) { $this->transaction_id = $transaction_id; $this->bizContentarr['transaction_id'] = $transaction_id; } } /* End of file WxpayQueryContentBuilder.php */ ?>