新闻测试
This commit is contained in:
@@ -168,7 +168,6 @@ public class StockApiController {
|
||||
}
|
||||
|
||||
@RequestMapping({"test.do"})
|
||||
@ApiOperation(value = "印度新闻列表", httpMethod = "GET")
|
||||
@ResponseBody
|
||||
public ServerResponse test(@RequestParam("pageSize") Integer pageSize, @RequestParam("pageNum") Integer pageNum) {
|
||||
String news = stockService.getNews();
|
||||
|
||||
Reference in New Issue
Block a user