diff --git a/services/cs/faq.go b/services/cs/faq.go index 5a1eba4..3a76253 100644 --- a/services/cs/faq.go +++ b/services/cs/faq.go @@ -91,8 +91,10 @@ func CreateGetFaqDetailResponse() (response *GetFaqDetailResponse) { // 热门faq列表 type HotFaq struct { - Id int64 `json:"id"` - Title string `json:"title"` + Id int64 `json:"id"` + Title string `json:"title"` + ParentId int64 `json:"parent_id"` + ParentTitle string `json:"parent_title"` } type GetHotFaqRequest struct { *requests.JsonRequest