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