新版仿ok交易所-后端
1
zj
yesterday f31fc9f42f78de0808e7f4bdc797c5e622df09e3
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");
      }
   }