1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-03-01 00:35:26 +08:00

fix:golangci-lint

This commit is contained in:
markwang
2023-09-03 17:13:24 +08:00
parent d86b28c90f
commit c2536faa50
+1
View File
@@ -117,6 +117,7 @@ type ListKnowledgeGroupResponse struct {
GroupList []KnowledgeGroup `json:"group_list"`
}
// KnowledgeGroup 知识库分组
type KnowledgeGroup struct {
GroupID string `json:"group_id"`
Name string `json:"name"`