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 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/model/request/jwt.go b/model/request/jwt.go
index e67ab55..09b0caa 100644
--- a/model/request/jwt.go
+++ b/model/request/jwt.go
@@ -10,8 +10,9 @@
BaseClaims
BufferTime int64
jwt.StandardClaims
- CrmUserId int
- NickName string
+ CrmUserId int
+ NickName string
+ SubUserIds []int //鍖呭惈鑷韩鐨刬d
}
type BaseClaims struct {
@@ -20,4 +21,5 @@
ParentId string
UserType constvar.UserType
AuthorityId uint
+ ModifiedPwd *bool
}
--
Gitblit v1.8.0