This commit is contained in:
邹宗楠
2023-05-23 09:34:23 +08:00
parent c011092a2b
commit 77e7b21917
4 changed files with 52 additions and 53 deletions

View File

@@ -210,6 +210,7 @@ func Init() {
// (自动发单拣货,设置骑手)
ScheduleTimerFuncByInterval(func() {
auto_delivery.Init() // 初始化骑手列表
auto_delivery.AutoSettingFakeDelivery()
}, 10*time.Second, 3*time.Minute)