From 9611e92dcc5aaaf7bb1c969b57f84ecdc5b86505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E6=B3=93=E9=93=AE?= Date: Mon, 28 Jul 2025 20:13:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uixt/ai/wings_service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/uixt/ai/wings_service.go b/uixt/ai/wings_service.go index 77503d6b..e9a72fe0 100644 --- a/uixt/ai/wings_service.go +++ b/uixt/ai/wings_service.go @@ -485,6 +485,7 @@ func (w *WingsService) callWingsAPI(ctx context.Context, request WingsActionRequ httpReq.Header.Add("Agw-Auth-Content", signToken) httpReq.Header.Add("Content-Type", "application/json") } + log.Info().Str("request", string(requestBody)).Str("url", w.apiURL).Msg("call wings api") // Execute HTTP request client := &http.Client{