This commit is contained in:
邹宗楠
2023-12-13 14:23:24 +08:00
parent d55f899445
commit 0f82e9ef7b
2 changed files with 8 additions and 6 deletions

View File

@@ -216,7 +216,7 @@ func Init() {
// 每分钟轮询一次,推送骑手信息(假的订单)
ScheduleTimerFuncByInterval(func() {
delivery.UpdateFakeWayBillToTiktok()
}, 10*time.Second, 2*time.Minute)
}, 10*time.Second, 1*time.Minute)
// 每五分钟轮询一次推送骑手信息坐标给美团/抖音 (真的订单)[抖音建议小于六十秒]
ScheduleTimerFuncByInterval(func() {