请求方式修改
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -64,7 +64,7 @@ public class DgArchivesCatalogController { | ... | @@ -64,7 +64,7 @@ public class DgArchivesCatalogController { |
64 | 64 | ||
65 | @PostMapping("search") | 65 | @PostMapping("search") |
66 | @ApiOperation(value = "获取档案目录和不动产信息") | 66 | @ApiOperation(value = "获取档案目录和不动产信息") |
67 | public Result<List<DgArchivesCatalogListVO>> searchDgArchivesCatalogList(@ApiParam("档案标识码集合") @RequestParam List<String> bsmArchives) { | 67 | public Result<List<DgArchivesCatalogListVO>> searchDgArchivesCatalogList(@ApiParam("档案标识码集合") @RequestBody List<String> bsmArchives) { |
68 | return Result.ok(dgarchivescatalogService.searchDgArchivesCatalogList(bsmArchives)); | 68 | return Result.ok(dgarchivescatalogService.searchDgArchivesCatalogList(bsmArchives)); |
69 | } | 69 | } |
70 | } | 70 | } | ... | ... |
-
Please register or sign in to post a comment