ziwen 1 tahun lalu
induk
melakukan
581bf1268e
1 mengubah file dengan 4 tambahan dan 3 penghapusan
  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 {