From ff968cbdcf8fe275d5bb9b1a6bcd64b7776a2780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 5 Jan 2024 15:10:59 +0800 Subject: [PATCH] 1 --- routers/router.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routers/router.go b/routers/router.go index 11ef05eb7..6333b637a 100644 --- a/routers/router.go +++ b/routers/router.go @@ -9,12 +9,14 @@ package routers import ( "git.rosy.net.cn/jx-callback/controllers" + "git.rosy.net.cn/jx-callback/globals" "github.com/astaxie/beego/server/web" beecontext "github.com/astaxie/beego/server/web/context" ) func init() { + globals.SugarLogger.Debugf("======================================看看加载没") ns := web.NewNamespace("/v2", web.NSNamespace("/task", web.NSInclude(