新版仿ok交易所-后端
1
zj
19 hours ago 640ccb9229224642515527daf87f308a7aa9bdf4
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 realtime data");
      }
   }
@@ -131,7 +131,7 @@
         return Result.ok(stockTradeList);
      } catch (Exception e) {
         log.error("生成实时数据失败", e);
         throw  new YamiShopBindException("生成实时数据失败");
         throw new YamiShopBindException("Failed to generate realtime data");
      }
   }