@@ -57,9 +57,10 @@ type AddHelpDocReq struct {
}
type AnchorList struct {
- AnchorId string
+ AnchorId string
- Anchor string
+ Anchor string
- Child []AnchorList
+ AnchorName string
+ Child []AnchorList
type RecommendList struct {