Commit c140108c authored by liuyuzhen's avatar liuyuzhen

支付日志

parent b76e4e20
...@@ -299,6 +299,8 @@ class TencentPay { ...@@ -299,6 +299,8 @@ class TencentPay {
*/ */
public function getNotifyInfo() { public function getNotifyInfo() {
$xml = file_get_contents("php://input"); $xml = file_get_contents("php://input");
\Our\Log::getInstance()->write($xml);
\Our\Log::getInstance()->write(json_encode($xml));
$this->saveData($xml); $this->saveData($xml);
$verify = false; $verify = false;
if($this->checkSign() == FALSE){ if($this->checkSign() == FALSE){
......
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