Merge branch 'Test.IRC' of http://192.168.3.69:2000/XCKJ/irc-netcore-api into Test.IRC

IRC_NewDev
hang 2023-10-13 17:16:44 +08:00
commit 2fffaca696
1 changed files with 1 additions and 2 deletions

View File

@ -1871,7 +1871,6 @@ namespace IRaCIS.Application.Services
catch (Exception) catch (Exception)
{ {
} }
@ -2544,7 +2543,7 @@ namespace IRaCIS.Application.Services
[HttpPost] [HttpPost]
public async Task VerifyReadingRestTime() public async Task VerifyReadingRestTime()
{ {
var cacheKey = _userInfo.Id.ToString(); var cacheKey = _userInfo.Id.ToString()+ "RestTime";
var value = _provider.Get<string>(cacheKey).Value; var value = _provider.Get<string>(cacheKey).Value;