fix:增加指数相关接口
This commit is contained in:
@@ -197,6 +197,12 @@ public class StockApiController {
|
||||
List<JSONObject> list = InvestingApis.of().kline(StockCode.of(stockCode), type);
|
||||
return ServerResponse.createBySuccess(list);
|
||||
}
|
||||
@RequestMapping({"getIndiaIndex.do"})
|
||||
@ApiOperation(value = "印度--获取指定指数信息", httpMethod = "GET")
|
||||
@ResponseBody
|
||||
public ServerResponse getIndiaIndex() {
|
||||
return this.stockService.getIndiaIndex();
|
||||
}
|
||||
|
||||
//根据股票id查询 股票指数、大盘指数信息
|
||||
@RequestMapping({"getMarketByStockGid.do"})
|
||||
|
||||
Reference in New Issue
Block a user