java110
2021-05-15 811e8e7139ad6e331c2f84bcd5cf3f927a8b3312
service-store/src/main/java/com/java110/store/api/StoreApi.java
@@ -91,8 +91,9 @@
                    null);
        } finally {
            logger.debug("storeApi 请求报文{},返回报文:{}", orderInfo, responseJson.toJSONString());
            return responseJson.toJSONString();
        }
        return responseJson.toJSONString();
    }
    /**