wangpengfei
2023-08-25 25c573d55986e02cf5f70cc3868e2b94a4be98e2
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) {