ziwen vor 1 Jahr
Ursprung
Commit
581bf1268e
1 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 4 3
      models/help_doc/help_doc.go

+ 4 - 3
models/help_doc/help_doc.go

@@ -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 {