로그 메시지 수정
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ public class DJBErpNsmapiAccessTokenService implements HttpClientAccessTokenServ
|
|||||||
throw new Exception("OAuth token receive status fail value= " + response.getCode());
|
throw new Exception("OAuth token receive status fail value= " + response.getCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("HttpClientAccessTokenServiceWithBase64Header==>" + response.getCode());
|
logger.info("DJBErpNsmapiAccessTokenService==>" + response.getCode());
|
||||||
|
|
||||||
HttpEntity entity = response.getEntity();
|
HttpEntity entity = response.getEntity();
|
||||||
String responseString = EntityUtils.toString(entity, encode);
|
String responseString = EntityUtils.toString(entity, encode);
|
||||||
|
|||||||
Reference in New Issue
Block a user