1098226878
2021-09-07 15929f913857a779c6d4e792a203a5dacc62e6c8
service-common/src/main/java/com/java110/common/api/CommonApi.java
@@ -66,8 +66,8 @@
                    null);
        } finally {
            logger.debug("common服务请求报文:" + orderInfo + " 返回报文:" + responseJson.toJSONString());
            return responseJson.toJSONString();
        }
        return responseJson.toJSONString();
    }
    /**