fear: Support sqlite and pgsql

This commit is contained in:
zhangwenjian
2020-07-10 00:21:26 +08:00
parent 8662209181
commit 1f416cc8fd
8 changed files with 121 additions and 136 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ package tools
import (
"fmt"
"github.com/gin-gonic/gin"
jwt "go-admin/pkg/jwtauth"
log "github.com/sirupsen/logrus"
jwt "go-admin/pkg/jwtauth"
)
func ExtractClaims(c *gin.Context) jwt.MapClaims {