Commit 0d71e8cc authored by Liang Ding's avatar Liang Ding

🎨 #12669

parent cafc6ca2
...@@ -217,7 +217,7 @@ public class ArticleConsole { ...@@ -217,7 +217,7 @@ public class ArticleConsole {
* "articleViewCount": int, * "articleViewCount": int,
* "articleTags": "tag1, tag2, ....", * "articleTags": "tag1, tag2, ....",
* "articlePutTop": boolean, * "articlePutTop": boolean,
* "articleIsPublished": boolean * "articleStatus": int
* }, ....] * }, ....]
* } * }
* </pre>, order by article update date and sticky(put top). * </pre>, order by article update date and sticky(put top).
......
...@@ -474,10 +474,6 @@ public class ArticleQueryService { ...@@ -474,10 +474,6 @@ public class ArticleQueryService {
/** /**
* Gets articles(by crate date descending) by the specified request json object. * Gets articles(by crate date descending) by the specified request json object.
* <p> * <p>
* If the property "articleIsPublished" of the specified request json object is {@code true}, the returned articles
* all are published, {@code false} otherwise.
* </p>
* <p>
* Specified the "excludes" for results properties exclusion. * Specified the "excludes" for results properties exclusion.
* </p> * </p>
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment