From d28815a491eac43ad9153b7a83f27ce72d64a47e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 06 二月 2024 14:47:29 +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