fix:修改bug

This commit is contained in:
xiaoliuhu
2024-02-23 15:49:07 +08:00
parent 77c436df1d
commit fba16687df

View File

@@ -986,7 +986,7 @@ public class StockService {
public ServerResponse getIndexByBtoday(){
List<IndiaIndexVo> indexVoList = new ArrayList<>();
try {
String exchange = "nse";
String exchange = "bse";
IndiaIndexVo vo1 = new IndiaIndexVo();
String coCode = "20558";
JSONObject object = TodayApis.getStockDetail(exchange, coCode);