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"); } } @@ -131,7 +131,7 @@ return Result.ok(stockTradeList); } catch (Exception e) { log.error("生成实时数据失败", e); throw new YamiShopBindException("生成实时数据失败"); throw new YamiShopBindException("Failed to generate market data"); } }