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

This commit is contained in:
renzhiyuan 2025-12-31 17:23:57 +08:00
parent 39776dfcce
commit d908757fac
1 changed files with 1 additions and 1 deletions

View File

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