IRC_NewDev
hang 2024-04-17 11:22:04 +08:00
parent bd7dd906fb
commit b1c0933428
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class LimitUserRequestAuthorization : IAsyncAuthorizationFilter
//缓存中没有取到Token
if (string.IsNullOrWhiteSpace(cacheUserToken))
{2
{
//设置当前用户最新Token
await _provider.SetAsync(_userInfo.Id.ToString(), _userInfo.UserToken, TimeSpan.FromDays(7));