Commit 4b7e9b59 authored by Liang Ding's avatar Liang Ding

🎨 #12764

parent a5119743
......@@ -90,7 +90,6 @@ public class PageConsole {
* "pageTitle": "",
* "pageOrder": int,
* "pagePermalink": "",
* "pageCommentable": boolean,
* "pageOpenTarget": "",
* "pageIcon": ""
* }
......@@ -174,7 +173,6 @@ public class PageConsole {
* "page": {
* "pageTitle": "",
* "pagePermalink": "" // optional
* "pageCommentable": boolean,
* "pageOpenTarget": "",
* "pageIcon": ""
* }
......@@ -322,7 +320,6 @@ public class PageConsole {
* "pages": [{
* "oId": "",
* "pageTitle": "",
* "pageCommentCount": int,
* "pageOrder": int,
* "pagePermalink": "",
* .{@link PageMgmtService...}
......
......@@ -112,9 +112,7 @@ public class PageMgmtService {
* "oId": "",
* "pageTitle": "",
* "pageOrder": int,
* "pageCommentCount": int,
* "pagePermalink": "",
* "pageCommentable": boolean,
* "pageOpenTarget": "",
* "pageIcon": "" // optional
* }
......@@ -198,7 +196,6 @@ public class PageMgmtService {
* "page": {
* "pageTitle": "",
* "pageOpenTarget": "",
* "pageCommentable": boolean,
* "pagePermalink": "",
* "pageIcon": "" // optional
* }
......
......@@ -67,7 +67,6 @@ public class PageQueryService {
* "pageTitle": "",
* "pageOrder": int,
* "pagePermalink": "",
* "pageCommentable": boolean,
* "pageOpenTarget": "",
* "pageIcon": ""
* }
......@@ -114,7 +113,6 @@ public class PageQueryService {
* "pageTitle": "",
* "pageOrder": int,
* "pagePermalink": "",
* "pageCommentable": boolean,
* "pageOpenTarget": ""
* }, ....]
* }
......
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