ziwen 1 년 전
부모
커밋
0f6ed220bc
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  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 {