修复微信对话无响应bug

This commit is contained in:
Alone
2024-12-05 08:45:25 +08:00
parent cbb7dc3528
commit 8bf78bbaa9
+1 -1
View File
@@ -185,7 +185,7 @@ class Chatbot extends QfShop
curl_setopt_array($ch, $options); curl_setopt_array($ch, $options);
// 禁用 CA 证书验证 // 禁用 CA 证书验证
curl_setopt($ch, CURLOPT_CAINFO, null); // curl_setopt($ch, CURLOPT_CAINFO, null);
$response = curl_exec($ch); $response = curl_exec($ch);