|
|
@@ -86,7 +86,7 @@ public class ArticleOutController {
|
|
|
* @return {@link Mono}<{@link RStatus}<{@link Paged}<{@link LabelManagementRes}>>>
|
|
|
*/
|
|
|
@GetMapping("byLableIdGetArticle")
|
|
|
- public Mono<RStatus<Paged<ArticleOutRes>>> byLableNameGetArticle(@NotNull @RequestParam("labelId") Long labelId,
|
|
|
+ public Mono<RStatus<Paged<ArticleOutRes>>> byLableIdGetArticle(@NotNull @RequestParam("labelId") Long labelId,
|
|
|
@RequestParam("page") Integer page,
|
|
|
@RequestParam("size")Integer size){
|
|
|
return articleServiceInterface.byLableGetArticle(labelId,page,size);
|
|
|
@@ -148,7 +148,7 @@ public class ArticleOutController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 随机3页
|
|
|
+ * 随机3文章
|
|
|
* @return {@link Mono}<{@link RStatus}<{@link ArticleOutRes}>>
|
|
|
*/
|
|
|
@GetMapping("random3Page")
|
|
|
@@ -156,7 +156,7 @@ public class ArticleOutController {
|
|
|
return articleServiceInterface.random3Page();
|
|
|
}
|
|
|
/**
|
|
|
- * 随机6页
|
|
|
+ * 随机6文章
|
|
|
* @return {@link Mono}<{@link RStatus}<{@link ArticleOutRes}>>
|
|
|
*/
|
|
|
@GetMapping("random6Page")
|