java110
2021-09-03 cddcf22a61489ee9c2dfee169d817ccd66f95430
service-common/src/main/java/com/java110/common/api/CommonApi.java
old mode 100644 new mode 100755
@@ -66,8 +66,8 @@
                    null);
        } finally {
            logger.debug("common服务请求报文:" + orderInfo + " 返回报文:" + responseJson.toJSONString());
            return responseJson.toJSONString();
        }
        return responseJson.toJSONString();
    }
    /**