no message
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
Bright 2025-09-29 15:00:02 +07:00
parent 777f4d0930
commit 373e2a06d8
2 changed files with 2 additions and 2 deletions

View file

@ -3085,7 +3085,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
client.DefaultRequestHeaders.Add("api_key", _configuration["API_KEY"]);
var _res = await client.PostAsJsonAsync(apiUrlOrg, new
{
commandId = resultData.Select(x => x.commandId).ToList(),
resignId = resultData.Select(x => x.resignId).ToList(),
});
var _result = await _res.Content.ReadAsStringAsync();
if (_res.IsSuccessStatusCode)

View file

@ -2581,7 +2581,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
client.DefaultRequestHeaders.Add("api_key", _configuration["API_KEY"]);
var _res = await client.PostAsJsonAsync(apiUrlOrg, new
{
commandId = resultData.Select(x => x.commandId).ToList(),
resignId = resultData.Select(x => x.resignId).ToList(),
});
var _result = await _res.Content.ReadAsStringAsync();
if (_res.IsSuccessStatusCode)