no message

This commit is contained in:
rplees
2023-12-20 15:13:44 +08:00
parent d96f3f2c31
commit 0269e6632f

View File

@@ -892,7 +892,7 @@ public class StockService {
}
try {
IndiaIndexVo vo2 = new IndiaIndexVo();
String stockCode = "17940";
String stockCode = "8985"; //"17940";
IndiaStockVO market = InvestingApis.of().market(StockCode.of(stockCode));
market.setName("NIFTY50指数");
vo2.setIndexVo(market);