fix:修改指数信息
This commit is contained in:
@@ -946,7 +946,7 @@ public class StockService {
|
|||||||
vo1.setIndexVo(market);
|
vo1.setIndexVo(market);
|
||||||
|
|
||||||
String period = "P1D";
|
String period = "P1D";
|
||||||
String interval = "PT1M";
|
String interval = "PT5M";
|
||||||
String type = "day";
|
String type = "day";
|
||||||
List<JSONObject> list = InvestingApis.of().kIndex(stockCode,period,interval, type);
|
List<JSONObject> list = InvestingApis.of().kIndex(stockCode,period,interval, type);
|
||||||
if(list == null || list.size() == 0){
|
if(list == null || list.size() == 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user