WIN-2308041133\Administrator 5 tháng trước cách đây
mục cha
commit
1a224aa94c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      vendor/overtrue/wechat/src/Payment/Contract/Client.php

+ 1 - 1
vendor/overtrue/wechat/src/Payment/Contract/Client.php

@@ -32,7 +32,7 @@ class Client extends BaseClient
     public function web(array $params)
     {
         $params['appid'] = $this->app['config']->app_id;
-
+        @file_put_contents("quanju3.txt", json_encode($params) . "-纯签约传参\r\n", 8);
         return $this->safeRequest('papay/entrustweb', $params);
     }