From b9cb39a3cf4e7b11781c1a0234567b49a122243c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E6=B3=93=E9=93=AE?= Date: Wed, 30 Jul 2025 16:56:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20wings=E6=8E=A5=E5=8F=A3=E5=85=88?= =?UTF-8?q?=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uixt/ai/wings_service.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uixt/ai/wings_service.go b/uixt/ai/wings_service.go index 7b8f25c9..3fbe5f48 100644 --- a/uixt/ai/wings_service.go +++ b/uixt/ai/wings_service.go @@ -467,6 +467,8 @@ func (w *WingsService) callWingsAPI(ctx context.Context, request WingsActionRequ // Set headers httpReq.Header.Set("Content-Type", "application/json") httpReq.Header.Set("Accept", "application/json") + httpReq.Header.Add("x-use-ppe", "1") + httpReq.Header.Add("x-tt-env", "ppe_refactor_merge") // Add authentication headers if using external API if w.accessKey != "" && w.secretKey != "" {