fix
wangpengfei
2023-09-05 20acdf9648c20c4b1e0b03af98bd0010bab66f7b
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) {