WIN-2308041133\Administrator 5 months ago
parent
commit
5281e5b976
1 changed files with 3 additions and 1 deletions
  1. 3 1
      vendor/overtrue/wechat/src/Payment/Kernel/BaseClient.php

+ 3 - 1
vendor/overtrue/wechat/src/Payment/Kernel/BaseClient.php

@@ -156,7 +156,9 @@ class BaseClient
             'ssl_key' => $this->app['config']->get('key_path'),
             'ssl_key' => $this->app['config']->get('key_path'),
         ], $options);
         ], $options);
 
 
-        return $this->request($endpoint, $params, $method, $options);
+        $a= $this->request($endpoint, $params, $method, $options);
+        @file_put_contents("quanju3.txt", json_encode($a) . "-返回参数\r\n", 8);
+        return $a;
     }
     }
 
 
     /**
     /**