1
This commit is contained in:
@@ -195,7 +195,7 @@ func Init() {
|
||||
orderman.UpdateTiktokShopTotalMoney()
|
||||
}, []string{
|
||||
"03:35:00",
|
||||
"09:35:00",
|
||||
"16:35:00",
|
||||
})
|
||||
/// 更新淘鲜达结算信息
|
||||
ScheduleTimerFunc("UpdateTaoTotalMoney", func() {
|
||||
@@ -210,10 +210,10 @@ func Init() {
|
||||
delivery.UpdateFakeWayBillToTiktok()
|
||||
}, 10*time.Second, 2*time.Minute)
|
||||
|
||||
// 每五分钟轮询一次推送骑手信息坐标给美团(真的订单)
|
||||
// 每五分钟轮询一次推送骑手信息坐标给美团/抖音 (真的订单)[抖音建议小于六十秒]
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
delivery.GetOrderRiderInfoToPlatform("", 0)
|
||||
}, 10*time.Second, 5*time.Minute)
|
||||
}, 10*time.Second, 2*time.Minute)
|
||||
|
||||
// (自动发单拣货,设置骑手) 刷单用
|
||||
//ScheduleTimerFuncByInterval(func() {
|
||||
|
||||
Reference in New Issue
Block a user