diff --git a/common/js/ai-service.js b/common/js/ai-service.js index 3fe8d6f..b6086e7 100644 --- a/common/js/ai-service.js +++ b/common/js/ai-service.js @@ -309,7 +309,8 @@ export default { // 简单的健康检查 const response = await http.sendRequest({ url: '/api/kefu/health', - async: false + async: false, + data: {} }) const available = response?.data?.status === 'healthy';