From 8414a57661f7633843caeb471c60eeadb514db63 Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Fri, 19 Dec 2025 10:10:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=89=93=E5=BC=80=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/services/capability.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/services/capability.go b/internal/services/capability.go index e0adea0..aac842d 100644 --- a/internal/services/capability.go +++ b/internal/services/capability.go @@ -79,11 +79,11 @@ func (s *CapabilityService) ProductIngest(c *fiber.Ctx) error { // 时间窗口校验 if ts != "" && !util.IsInTimeWindow(ts, 5*time.Minute) { - // return errorcode.AuthNotFound + return errorcode.AuthNotFound } // token校验 if token == "" || token != "A7f9KQ3mP2X8LZC4R5e" { - // return errorcode.KeyErr() + return errorcode.KeyErr() } // 解析请求参数