From aab89dff18f597d4cdd10c73b9ad8c3c14d82d28 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 20 七月 2023 20:28:59 +0800
Subject: [PATCH] add

---
 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