Commit 7068e0b2 authored by liuyuzhen's avatar liuyuzhen

支付日志

parent 29aedae1
......@@ -309,7 +309,7 @@ class TencentPay {
$this->setReturnParameter("return_code","SUCCESS");//设置返回码
}
$returnXml = $this->returnXml();
\Our\Log::getInstance()->write($returnXml);
\Our\Log::getInstance()->write(json_encode($returnXml));
if($verify) {
return array(
'out_trade_no' => $this->data['out_trade_no'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment