测试
This commit is contained in:
@@ -122,6 +122,13 @@ public class StockApiController {
|
||||
return this.stockService.getYCStockInfo(stockCode);
|
||||
}
|
||||
|
||||
//测试
|
||||
@RequestMapping({"test.do"})
|
||||
@ResponseBody
|
||||
public ServerResponse test(@RequestParam("stockCode") String stockCode) {
|
||||
return ServerResponse.createBySuccess(stockCode);
|
||||
}
|
||||
|
||||
//印度股票列表 英情
|
||||
@RequestMapping({"getINDStockList.do"})
|
||||
@ApiOperation(value = "印度股票列表", httpMethod = "GET")
|
||||
|
||||
Reference in New Issue
Block a user