浏览代码

:package: 新闻上一篇下一篇接口,新闻分页列表

Twelve615 1 年之前
父节点
当前提交
51a45311c8

+ 2 - 2
jlsb/jeecg-boot-module-system/src/main/java/org/jeecg/modules/aa/controller/APIIndexenterController.java

@@ -553,7 +553,7 @@ public class APIIndexenterController {
         }
     }
 
-    @ApiOperationSupport(order = 33)
+    @ApiOperationSupport(order = 31)
     @ApiOperation(value = "下一篇新闻", notes = "下一篇新闻")
     @PostMapping(value = "/getNast")
     public Result<AaNews> getNast(@RequestBody AaNewsQueryDTO aaNewsQueryDTO) {
@@ -580,7 +580,7 @@ public class APIIndexenterController {
         }
     }
 
-    @ApiOperationSupport(order = 34)
+    @ApiOperationSupport(order = 31)
     @ApiOperation(value = "上一篇新闻", notes = "上一篇新闻")
     @PostMapping(value = "/getLast")
     public Result<AaNews> getLast(@RequestBody AaNewsQueryDTO aaNewsQueryDTO) {