From 6c4567aadbf6b35569e1ab2b1d726aba90eff4ab Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期三, 03 七月 2024 10:37:06 +0800
Subject: [PATCH] 用户显示账户转为显示名称

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

diff --git a/request/jwt.go b/request/jwt.go
index da7fb70..e38d99e 100644
--- a/request/jwt.go
+++ b/request/jwt.go
@@ -17,5 +17,5 @@
 	Username    string
 	ParentId    string
 	UserType    constvar.UserType
-	ModifiedPwd bool
+	ModifiedPwd *bool
 }

--
Gitblit v1.8.0