This commit is contained in:
邹宗楠
2023-05-22 13:41:59 +08:00
parent bcdd4c164e
commit 85f17d4c64
3 changed files with 6 additions and 9 deletions

View File

@@ -203,12 +203,12 @@ func Init() {
"09:35:00",
})
// 每分钟轮询一次,推送抖店骑手信息
// 每分钟轮询一次,推送骑手信息
ScheduleTimerFuncByInterval(func() {
delivery.UpdateFakeWayBillToTiktok()
}, 10*time.Second, 5*time.Second)
// 抖音自动刷单(自动发单拣货,设置骑手)
// (自动发单拣货,设置骑手)
ScheduleTimerFuncByInterval(func() {
auto_delivery.AutoSettingFakeDelivery()
}, 10*time.Second, 3*time.Minute)