新版仿ok交易所-后端
1
zj
18 hours ago 640ccb9229224642515527daf87f308a7aa9bdf4
trading-order-common/src/main/java/com/yami/trading/common/handler/HttpHandler.java
@@ -50,7 +50,7 @@
            printWriter.write(Json.toJsonString(result));
        }
        catch (IOException e) {
            throw new YamiShopBindException("io 异常", e);
            throw new YamiShopBindException("IO exception", e);
        }
    }
}