[성현모] 로그 추가

This commit is contained in:
SHM
2026-03-03 11:04:23 +09:00
parent e60d499fa3
commit 4c25200f80
4 changed files with 80 additions and 87 deletions

View File

@ -23,6 +23,7 @@ namespace KmsProxy
public static async Task<RESPONSE> PostAsync<REQUEST, RESPONSE>(string Url, REQUEST body) where REQUEST : class where RESPONSE : class
{
Console.WriteLine(Url);
try
{
if (body != null)