WIN-2308041133\Administrator 5 月之前
父節點
當前提交
29a0c66d4d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vendor/overtrue/wechat/src/Payment/Kernel/BaseClient.php

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

@@ -77,7 +77,7 @@ class BaseClient
         }
 //        @file_put_contents("quanju.txt", $endpoint . "-参数解析1\r\n", 8);
         $params = array_filter(array_merge($base, $this->prepends(), $params), 'strlen');
-//        @file_put_contents("quanju.txt", json_encode($params) . "-参数解析2\r\n", 8);
+        @file_put_contents("quanju.txt", json_encode($params) . "-参数解析2\r\n", 8);
         $secretKey = $this->app->getKey($endpoint);
 //        @file_put_contents("quanju.txt", $secretKey . "-参数解析3\r\n", 8);
         $encryptMethod = Support\get_encrypt_method(Support\Arr::get($params, 'sign_type', 'MD5'), $secretKey);