1
This commit is contained in:
@@ -212,7 +212,7 @@ func Init() {
|
||||
// 每分钟轮询一次,推送骑手信息(假的订单)
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
delivery.UpdateFakeWayBillToTiktok()
|
||||
}, 10*time.Second, 2*time.Minute)
|
||||
}, 10*time.Second, 4*time.Minute)
|
||||
|
||||
// 每五分钟轮询一次推送骑手信息坐标给美团/抖音(真订单,真自送)
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
|
||||
Reference in New Issue
Block a user