From 0b49fee10340ea40a6762da657239675d3db22f6 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 07 八月 2025 09:41:31 +0800 Subject: [PATCH] feat:权限和请求日志 --- FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs b/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs index ff54428..be1f47e 100644 --- a/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs +++ b/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs @@ -26,7 +26,7 @@ /// <summary> /// 澶村儚 /// </summary> - public Guid? AvatarId { get; set; } + public string Avatar { get; set; } /// <summary> /// 鏄电О @@ -42,5 +42,10 @@ /// 鎵嬫満鍙风爜 /// </summary> public string PhoneNumber { get; set; } + + /// <summary> + /// 绾у埆 + /// </summary> + public int Level { get; set; } } } -- Gitblit v1.9.1