fix
wangpengfei
2023-08-26 ee6a6653fc5fd35d44686a8f874ec83ecf4b47db
utils/clamis.go
@@ -1,10 +1,10 @@
package utils
import (
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   systemReq "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "github.com/gin-gonic/gin"
   "github.com/gofrs/uuid/v5"
   "srm/global"
   systemReq "srm/model/system/request"
)
func GetClaims(c *gin.Context) (*systemReq.CustomClaims, error) {