fix:修改bug
This commit is contained in:
@@ -986,7 +986,7 @@ public class StockService {
|
|||||||
public ServerResponse getIndexByBtoday(){
|
public ServerResponse getIndexByBtoday(){
|
||||||
List<IndiaIndexVo> indexVoList = new ArrayList<>();
|
List<IndiaIndexVo> indexVoList = new ArrayList<>();
|
||||||
try {
|
try {
|
||||||
String exchange = "nse";
|
String exchange = "bse";
|
||||||
IndiaIndexVo vo1 = new IndiaIndexVo();
|
IndiaIndexVo vo1 = new IndiaIndexVo();
|
||||||
String coCode = "20558";
|
String coCode = "20558";
|
||||||
JSONObject object = TodayApis.getStockDetail(exchange, coCode);
|
JSONObject object = TodayApis.getStockDetail(exchange, coCode);
|
||||||
|
|||||||
Reference in New Issue
Block a user