This commit is contained in:
邹宗楠
2022-11-04 18:18:55 +08:00
parent 7d6bd131a7
commit 2b69998ee5
6 changed files with 31 additions and 21 deletions

View File

@@ -189,7 +189,7 @@ func Init() {
// 每分钟轮询一次,推送抖店骑手信息
ScheduleTimerFuncByInterval(func() {
delivery.UpdateFakeWayBillToTiktok()
}, 10*time.Second, 30*time.Second)
}, 10*time.Second, 5*time.Second)
// 定时任务更新负责人信息
ScheduleTimerFunc("RefreshStoreOperator", func() {