新增英情个股详情接口

This commit is contained in:
dengli
2023-12-01 17:12:35 +08:00
parent 17ddd9afc9
commit 6fbe925fec
3 changed files with 182 additions and 14 deletions

View File

@@ -119,7 +119,7 @@ public class StockApiController {
@ApiOperation(value = "印度股票个股详情", httpMethod = "GET")
@ResponseBody
public ServerResponse getINDStockInfo(@RequestParam("stockCode") String stockCode) {
return this.stockService.getStockInfo(stockCode);
return this.stockService.getYCStockInfo(stockCode);
}
//印度股票时线-K线