Commit e29fcb97 authored by liuyuzhen's avatar liuyuzhen

测试日志

parent 1a84da12
...@@ -90,6 +90,7 @@ class TencentPay { ...@@ -90,6 +90,7 @@ class TencentPay {
{ {
$xml = $this->createXml(); $xml = $this->createXml();
$this->response = $this->postXmlCurl($xml,$this->pay_url,$this->curl_timeout); $this->response = $this->postXmlCurl($xml,$this->pay_url,$this->curl_timeout);
\Our\Log::getInstance()->write(json_encode($this->response,true),'/data/log/applog');
return $this->response; return $this->response;
} }
......
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