feat: 添加企业微信支持和群组管理功能

This commit is contained in:
renzhiyuan 2026-01-06 16:55:43 +08:00
parent 46ceb77b79
commit f71018dd96
1 changed files with 3 additions and 0 deletions

View File

@ -203,6 +203,9 @@ func (g *GroupConfigBiz) handleReport(ctx context.Context, rec *entitys.Recogniz
}
for _, report := range reports {
if report == nil {
continue
}
err = uploader.Run(report)
if err != nil {
log.Error(err)