From 34027a1763112bcf8027f11816128437ee6009d0 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Wed, 4 Dec 2024 19:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=A6=E6=88=AA=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 2f39439..718502d 100644 --- a/main.go +++ b/main.go @@ -299,5 +299,6 @@ func UserFuncIntercept(id int, url string) bool { if strings.Contains(url, "/callback") { return false } + fmt.Println("UserFuncIntercept no permission", url, user) return true }