修改对话平台bug img加alt
This commit is contained in:
@@ -183,6 +183,10 @@ class Chatbot extends QfShop
|
||||
|
||||
$ch = curl_init();
|
||||
curl_setopt_array($ch, $options);
|
||||
|
||||
// 禁用 CA 证书验证
|
||||
curl_setopt($ch, CURLOPT_CAINFO, null);
|
||||
|
||||
$response = curl_exec($ch);
|
||||
|
||||
if (curl_errno($ch)) {
|
||||
|
||||
Reference in New Issue
Block a user