修改传参方式
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2024-12-23 17:01:54 +08:00
parent e9bafe9e38
commit 4fe61ac51a
2 changed files with 3 additions and 2 deletions

View File

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