diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 0c2e58235..a850c0968 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -206,13 +206,13 @@ func Init() { // 每分钟轮询一次,推送骑手信息 ScheduleTimerFuncByInterval(func() { delivery.UpdateFakeWayBillToTiktok() - }, 10*time.Second, 3*time.Minute) + }, 10*time.Second, 5*time.Second) // (自动发单拣货,设置骑手) ScheduleTimerFuncByInterval(func() { auto_delivery.Init() // 初始化骑手列表 auto_delivery.AutoSettingFakeDelivery() - }, 10*time.Second, 5*time.Minute) + }, 10*time.Second, 3*time.Minute) // 定时任务更新负责人信息 ScheduleTimerFunc("RefreshStoreOperator", func() {