新版仿ok交易所-后端
1
zj
2026-06-03 1004f3d16011f69894196bfd180ea539b76ba4e7
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");
      }
   }