From a31f930fff45db997d25b74182ef4ff37492e9ec Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期一, 01 七月 2024 09:18:31 +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