新闻测试

This commit is contained in:
dengli
2024-01-10 10:41:18 +08:00
parent a49ad82f3f
commit bc3efbc2de

View File

@@ -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();