From f7a4ac60506d27affe197fa650916ba00ddb38cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E6=B3=93=E9=93=AE?= Date: Thu, 17 Jul 2025 14:46:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uixt/ai/wings_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uixt/ai/wings_service.go b/uixt/ai/wings_service.go index 9c0615ee..4b4ddde9 100644 --- a/uixt/ai/wings_service.go +++ b/uixt/ai/wings_service.go @@ -419,7 +419,7 @@ func (w *WingsService) callWingsAPI(ctx context.Context, request WingsActionRequ // Execute HTTP request client := &http.Client{ - Timeout: 30 * time.Second, + Timeout: 60 * time.Second, } resp, err := client.Do(httpReq)