修改对话平台bug img加alt

This commit is contained in:
Alone
2024-11-26 08:36:25 +08:00
parent 8d65961669
commit 16e1664967
5 changed files with 15 additions and 11 deletions
+4
View File
@@ -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)) {