From 3c921c53c2b4dcd617a4ec88bd2a78fe69f2b600 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 10 八月 2023 19:34:33 +0800
Subject: [PATCH] temp

---
 model/request/jwt.go |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/model/request/jwt.go b/model/request/jwt.go
index 7f1efa1..1b2f444 100644
--- a/model/request/jwt.go
+++ b/model/request/jwt.go
@@ -13,8 +13,9 @@
 }
 
 type BaseClaims struct {
-	UserId   string
-	Username string
-	ParentId string
-	UserType constvar.UserType
+	UserId      string
+	Username    string
+	ParentId    string
+	UserType    constvar.UserType
+	AuthorityId uint
 }

--
Gitblit v1.8.0