fix: 替换发送通道
This commit is contained in:
parent
11e0982845
commit
21b9501be6
|
|
@ -82,7 +82,8 @@ func (d *CronService) CronReportSendQywx(ctx context.Context) error {
|
|||
}
|
||||
|
||||
for _, report := range reports {
|
||||
err = d.qywxAppBiz.SendReport(ctx, &groupInfo, report)
|
||||
// err = d.qywxAppBiz.SendReport(ctx, &groupInfo, report)
|
||||
err = d.qywxAppBiz.SendReportHYT(ctx, &groupInfo, report)
|
||||
if err != nil {
|
||||
log.Error(err)
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in New Issue