add
wangpengfei
2023-08-26 e547a46b90fe1ced019f4b74ae4e1c0fe8d3f640
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) {