Merge branch 'v4'

This commit is contained in:
renzhiyuan 2025-12-31 17:24:08 +08:00
commit f9390f7495
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