From 6befd5f2fe9779883993b87f2e686885c147bc34 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 20 三月 2024 14:43:20 +0800
Subject: [PATCH] fix
---
model/request/jwt.go | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/model/request/jwt.go b/model/request/jwt.go
index 1b2f444..09b0caa 100644
--- a/model/request/jwt.go
+++ b/model/request/jwt.go
@@ -10,6 +10,9 @@
BaseClaims
BufferTime int64
jwt.StandardClaims
+ CrmUserId int
+ NickName string
+ SubUserIds []int //鍖呭惈鑷韩鐨刬d
}
type BaseClaims struct {
@@ -18,4 +21,5 @@
ParentId string
UserType constvar.UserType
AuthorityId uint
+ ModifiedPwd *bool
}
--
Gitblit v1.8.0