新增英情个股详情接口
This commit is contained in:
@@ -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线
|
||||
|
||||
Reference in New Issue
Block a user