diff --git a/internal/services/cron.go b/internal/services/cron.go index 4358781..47cbc70 100644 --- a/internal/services/cron.go +++ b/internal/services/cron.go @@ -22,7 +22,7 @@ func NewCronService(config *config.Config, dingTalkBotBiz *biz.DingTalkBotBiz) * func (d *CronService) CronReportSend(ctx context.Context) error { - groupId := 28 + groupId := 29 groupInfo, err := d.dingTalkBotBiz.GetGroupInfo(ctx, groupId) if err != nil { return err