编译错误
parent
dfb45d8391
commit
3a8e400f33
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue