修改抖音回传率

This commit is contained in:
邹宗楠
2023-12-26 14:17:17 +08:00
parent b5ccc6e98a
commit cc6a6c3c03
4 changed files with 70 additions and 71 deletions

View File

@@ -219,7 +219,7 @@ func Init() {
// 每五分钟轮询一次推送骑手信息坐标给美团/抖音 (真的订单)[抖音建议小于六十秒]
ScheduleTimerFuncByInterval(func() {
delivery.GetOrderRiderInfoToPlatform("", 0)
}, 10*time.Second, 2*time.Minute)
}, 10*time.Second, 4*time.Minute)
// (自动发单拣货,设置骑手) 刷单用
//ScheduleTimerFuncByInterval(func() {