|
|
@@ -132,6 +132,7 @@ public class BeisenApiClient {
|
|
|
|
|
|
if (!response.isSuccessful()) {
|
|
|
handleHttpError(responseBody, apiUrl, method);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -142,7 +143,7 @@ public class BeisenApiClient {
|
|
|
}
|
|
|
|
|
|
private void handleHttpError(String errorBody, String apiUrl, String method) throws IOException {
|
|
|
-
|
|
|
+ // Êä³öÈÕÖ¾
|
|
|
logger.error("API request failed "+
|
|
|
", URL: " + apiUrl + ", Method: " + method +
|
|
|
", Body: " + errorBody);
|