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);