Commit df17eba3 authored by zhangyong's avatar zhangyong

1

parent b5415bdd
......@@ -137,7 +137,7 @@ public class LinkListController {
@ApiImplicitParam(paramType = "query", name = "index", dataType = "int", required = true, value = "页码", defaultValue = "1"),
@ApiImplicitParam(paramType = "query", name = "limit", dataType = "int", required = true, value = "每页显示数", defaultValue = "10"),
})
@RequestMapping(value = "/query",method=RequestMethod.POST)
@RequestMapping(value = "/query",method=RequestMethod.GET)
public String query(HttpServletRequest request) {
String queryMsg = request.getParameter("queryMsg");
String index = request.getParameter("index");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment