@@ -13,7 +13,7 @@ import (
func main() {
global.Db = starter.GormInit(config.Conf.Server.DbType)
initialize.InitTable()
// gin后置 函数
// gin前置 函数
ctx.UseAfterHandlerInterceptor(middleware.OperationHandler)
ctx.UseBeforeHandlerInterceptor(ctx.PermissionHandler)
The note is not visible to the blocked user.