trading-order-admin/src/main/java/com/yami/trading/api/controller/RealtimeController.java
@@ -97,7 +97,7 @@ return Result.ok(data); } catch (Exception e) { log.error("c", e); throw new YamiShopBindException("生成实时数据失败"); throw new YamiShopBindException("Failed to generate market data"); } } @@ -130,8 +130,8 @@ return Result.ok(stockTradeList); } catch (Exception e) { log.error("生成实时数据失败", e); throw new YamiShopBindException("生成实时数据失败"); log.error("Failed to generate market data", e); throw new YamiShopBindException("Failed to generate market data"); } }