From b76bd905084b9d059d346d0c40906bab787ca0db Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Wed, 31 Dec 2025 17:24:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E9=85=8D=E7=BD=AE=E4=B8=8E=E7=BE=A4=E7=BB=84?= =?UTF-8?q?ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/services/cron.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/services/cron.go b/internal/services/cron.go index 2735f99..47cbc70 100644 --- a/internal/services/cron.go +++ b/internal/services/cron.go @@ -27,8 +27,7 @@ func (d *CronService) CronReportSend(ctx context.Context) error { if err != nil { return err } - groupId := 29 - groupInfo, err := d.dingTalkBotBiz.GetGroupInfo(ctx, groupId) + reports, err := d.dingTalkBotBiz.GetReportLists(ctx, &groupInfo) if err != nil { return err }