From d7f6a85a4fd6705d9f4fc8f03ccc2b9eda865107 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期二, 06 二月 2024 10:11:54 +0800
Subject: [PATCH] 拦截器

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

diff --git a/model/request/jwt.go b/model/request/jwt.go
index 606e7b4..b257697 100644
--- a/model/request/jwt.go
+++ b/model/request/jwt.go
@@ -21,4 +21,5 @@
 	ParentId    string
 	UserType    constvar.UserType
 	AuthorityId uint
+	ModifiedPwd bool
 }

--
Gitblit v1.8.0