수정 FOR TEST
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user