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