测试
This commit is contained in:
@@ -119,16 +119,10 @@ public class StockApiController {
|
||||
@ApiOperation(value = "印度股票个股详情", httpMethod = "GET")
|
||||
@ResponseBody
|
||||
public ServerResponse getINDStockInfo(@RequestParam("stockCode") String stockCode) {
|
||||
log.info("进入印度股票个股详情方法");
|
||||
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