zhangqian
2023-08-29 d3a78e4c791821b298075b700e9fc14030d12ec2
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) {