songxingwei 2 years ago
parent
commit
aadadd72ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWePay.php

+ 1 - 0
vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWePay.php

@@ -95,6 +95,7 @@ class BasicWePay
      */
     public function getNotify()
     {
+        
         $data = Tools::xml2arr(file_get_contents('php://input'));
         file_put_contents('pay.txt',json_encode($data));
         if (isset($data['sign']) && $this->getPaySign($data) === $data['sign']) {