Kaynağa Gözat

Merge branch 'crm_14.0' into debug

ziwen 1 yıl önce
ebeveyn
işleme
7676a457cd
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 4 3
      models/crm/help_doc.go

+ 4 - 3
models/crm/help_doc.go

@@ -51,9 +51,10 @@ type HelpDocResp struct {
 	Recommend     []RecommendList // 推荐
 }
 type AnchorList struct {
-	AnchorId string
-	Anchor   string
-	Child    []AnchorList
+	AnchorId   string
+	Anchor     string
+	AnchorName string
+	Child      []AnchorList
 }
 
 type RecommendList struct {