From 74fab5598d9b28dd12db3e2991d45e4081104753 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 02 八月 2023 13:37:25 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 springboot/src/main/java/com/java110/boot/controller/component/CallComponentController.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/springboot/src/main/java/com/java110/boot/controller/component/CallComponentController.java b/springboot/src/main/java/com/java110/boot/controller/component/CallComponentController.java
index 5e69863..38512a4 100644
--- a/springboot/src/main/java/com/java110/boot/controller/component/CallComponentController.java
+++ b/springboot/src/main/java/com/java110/boot/controller/component/CallComponentController.java
@@ -104,6 +104,7 @@
             logger.error("璋冪敤api寮傚父", e);
             responseEntity = new ResponseEntity<>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR);
         } catch (Exception e) {
+            e.printStackTrace();
             logger.error("璋冪敤api寮傚父", e);
             String msg = "";
             if (e instanceof InvocationTargetException) {
@@ -173,9 +174,11 @@
         } catch (SMOException e) {
             /*MultiValueMap<String, String> headers = new HttpHeaders();
             headers.add("code", e.getResult().getCode());*/
+            e.printStackTrace();
             logger.error("璋冪敤缁勪欢寮傚父", e);
             responseEntity = new ResponseEntity<>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR);
         } catch (Exception e) {
+            e.printStackTrace();
             logger.error("璋冪敤缁勪欢寮傚父", e);
             String msg = "";
             if (e instanceof InvocationTargetException) {

--
Gitblit v1.8.0