From 9368d22567bf0005cc5a14be2b759e396f04bc93 Mon Sep 17 00:00:00 2001 From: ljl Date: Wed, 30 Aug 2023 15:40:50 +0800 Subject: [PATCH] yh --- app/Helper/Baofu/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Helper/Baofu/HttpClient.php b/app/Helper/Baofu/HttpClient.php index d1fd77d..e822970 100644 --- a/app/Helper/Baofu/HttpClient.php +++ b/app/Helper/Baofu/HttpClient.php @@ -22,6 +22,7 @@ class HttpClient { curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type: application/json', 'Content-Length: ' . strlen($postDataString))); } else { $postDataString = http_build_query($postData);//格式化参数 + echo $postDataString; } curl_setopt($curl, CURLOPT_URL, $url); // 要访问的地址 curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE); //对认证证书来源的检查