diff --git a/app/api/controller/Chatbot.php b/app/api/controller/Chatbot.php index fdb58a7..335eb7a 100644 --- a/app/api/controller/Chatbot.php +++ b/app/api/controller/Chatbot.php @@ -185,7 +185,7 @@ class Chatbot extends QfShop curl_setopt_array($ch, $options); // 禁用 CA 证书验证 - curl_setopt($ch, CURLOPT_CAINFO, null); + // curl_setopt($ch, CURLOPT_CAINFO, null); $response = curl_exec($ch);