修改传参方式

Temp_Event_IRC_Met8
hang 2024-12-23 17:01:54 +08:00
parent e9bafe9e38
commit 4fe61ac51a
2 changed files with 3 additions and 2 deletions
IRaCIS.Core.Application/Service/Management

View File

@ -1093,6 +1093,7 @@ namespace IRaCIS.Core.Application.Service
/// <param name="_tokenService"></param>
/// <returns></returns>
/// <exception cref="BusinessValidationFailedException"></exception>
[HttpGet]
public async Task<string> LoginSelectUserRole(Guid userTypeId, [FromServices] ITokenService _tokenService)
{
var identityUserId = _userInfo.IdentityUserId;