新版仿ok交易所-后端
1
zj
6 hours ago b28a97e1bf66e3279e78f31ce58122427787ceec
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);
        }
    }
}