fix: 调整定时任务配置与群组ID
This commit is contained in:
parent
f9390f7495
commit
b76bd90508
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue