1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-23 13:42:25 +08:00

fix:golangci-lint

This commit is contained in:
markwang
2023-09-03 17:13:24 +08:00
parent d86b28c90f
commit c2536faa50

View File

@@ -117,6 +117,7 @@ type ListKnowledgeGroupResponse struct {
GroupList []KnowledgeGroup `json:"group_list"` GroupList []KnowledgeGroup `json:"group_list"`
} }
// KnowledgeGroup 知识库分组
type KnowledgeGroup struct { type KnowledgeGroup struct {
GroupID string `json:"group_id"` GroupID string `json:"group_id"`
Name string `json:"name"` Name string `json:"name"`