拦截部分

This commit is contained in:
junleea 2024-12-04 19:19:13 +08:00
parent a88002e3d0
commit 34027a1763
1 changed files with 1 additions and 0 deletions

View File

@ -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
}