src/main/java/com/nq/controller/StockApiController.java
@@ -77,7 +77,13 @@ @RequestParam("interval") String interval, @RequestParam("stockType") String stockType ) { return this.iStockService.getKData(pid,interval,stockType); try { Object o = this.iStockService.getKData(pid,interval,stockType); return o; }catch (Exception e) { e.printStackTrace(); } return null; }