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