fix: 调整定时任务配置与群组ID

This commit is contained in:
renzhiyuan 2025-12-31 17:24:27 +08:00
parent f9390f7495
commit b76bd90508
1 changed files with 1 additions and 2 deletions

View File

@ -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
}