WIN-2308041133\Administrator 5 月之前
父節點
當前提交
5281e5b976
共有 1 個文件被更改,包括 3 次插入1 次删除
  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'),
         ], $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;
     }
 
     /**