fix
zhangqian
2023-10-17 b0d1fe4e0acb0fa40c684069c0e9d77d7a65ace3
model/request/jwt.go
@@ -10,11 +10,14 @@
   BaseClaims
   BufferTime int64
   jwt.StandardClaims
   CrmUserId int
   NickName  string
}
type BaseClaims struct {
   UserId   string
   Username string
   ParentId string
   UserType constvar.UserType
   UserId      string
   Username    string
   ParentId    string
   UserType    constvar.UserType
   AuthorityId uint
}