수정 FOR TEST

This commit is contained in:
25W0075
2025-12-17 11:13:56 +09:00
parent 02b9717890
commit 2bef37c86a
@@ -241,7 +241,7 @@ public class HttpClientAccessTokenServiceWithBase64NiceOn implements HttpClientA
OAuth2AccessTokenVO accessToken = new OAuth2AccessTokenVO();
try (CloseableHttpResponse response = httpClient.execute(httpPost)) {
if (response.getCode() != 200) {
throw new Exception("NiceOn token receive status fail value= " + response.getCode());
throw new Exception("NiceOn TOKEN receive status fail value== " + response.getCode());
}
logger.info("HttpClientAccessTokenServiceWithBase64NiceOn==>" + response.getCode());