mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 19:06:49 +08:00
接口json
This commit is contained in:
@@ -181,7 +181,7 @@ public class CasesApi extends ApiBaseController {
|
||||
/**
|
||||
* 案例分页
|
||||
*/
|
||||
@PostMapping("/pagelist")
|
||||
@PostMapping(value = "/pagelist" , produces = "application/json")
|
||||
public JsonResponse<PageList<CasesFiledVo>> pageList(Pagination pager, CaseVo caseVo) {
|
||||
PageList<CasesFiledVo> pageList = casesService.queryList(pager.getPageIndex(), pager.getPageSize(), caseVo);
|
||||
return success(pageList);
|
||||
|
||||
Reference in New Issue
Block a user