This commit is contained in:
邹宗楠
2023-03-03 15:08:30 +08:00
parent a9416695ba
commit 6407af6136
6 changed files with 21 additions and 14 deletions

View File

@@ -180,7 +180,7 @@ func Init() {
// 每五分钟轮询一次推送骑手信息坐标给美团
ScheduleTimerFuncByInterval(func() {
delivery.GetOrderRiderInfoToPlatform("", 0)
}, 10*time.Second, 5*time.Minute)
}, 10*time.Second, 4*time.Minute)
//每天晚上23:00更新抖店 审核状态
ScheduleTimerFunc("UpdateStorePoiStatus", func() {