编译错误

IRC_NewDev
hang 2024-04-17 11:19:11 +08:00
parent dfb45d8391
commit 3a8e400f33
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class LimitUserRequestAuthorization : IAsyncAuthorizationFilter
//过期了 需要自动退出 //过期了 需要自动退出
if(string.IsNullOrEmpty(cacheTime)) if(string.IsNullOrEmpty(cacheTime))
{ {
context.Result = new JsonResult(ResponseOutput.NotOk("登录无操作超时自动退出"), ApiResponseCodeEnum.AutoLoginOut)); context.Result = new JsonResult(ResponseOutput.NotOk("登录无操作超时自动退出"), ApiResponseCodeEnum.AutoLoginOut);
} }
else else
{ {