WIN-2308041133\Administrator 5 tháng trước cách đây
mục cha
commit
fb337d11a4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      extend/liuniu/WechatService.php

+ 2 - 2
extend/liuniu/WechatService.php

@@ -650,8 +650,8 @@ class WechatService
         $url = 'https://api.mch.weixin.qq.com/papay/entrustweb?' . rtrim($queryString, '&');
 
 // 记录请求URL
-        @file_put_contents("quanju3.txt", "请求URL: " . $url . "\n", FILE_APPEND);
-
+        @file_put_contents("quanju3.txt", "请求URL: " . $url . "\n");
+        return $url;
 // 发送请求(禁止自动重定向)
         $ch = curl_init();
         curl_setopt($ch, CURLOPT_URL, $url);