修复微信对话无响应bug
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user