From 283a54070553e81a2e73d4b8b9ea1d717c2f512e Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 15 三月 2024 10:08:59 +0800
Subject: [PATCH] 补充

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

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

--
Gitblit v1.8.0