登录刷新token优化

This commit is contained in:
tongfei
2023-12-08 17:09:55 +08:00
parent 1348cef17f
commit b47eaa5dc4
4 changed files with 29 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ namespace WMS.Web.Domain.Services.Public
/// <param name="tempDto"></param>
/// <param name="NewToken"></param>
/// <returns></returns>
private async Task<AccessTokenDto> CreateToken(UserInfoDto data, LoginTempDto tempDto, string NewToken)
public async Task<AccessTokenDto> CreateToken(UserInfoDto data, LoginTempDto tempDto, string NewToken)
{
return await Task.Run(() =>
{