1
This commit is contained in:
@@ -189,7 +189,7 @@ func Init() {
|
||||
// 每分钟轮询一次,推送抖店骑手信息
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
delivery.UpdateFakeWayBillToTiktok()
|
||||
}, 10*time.Second, 10*time.Minute)
|
||||
}, 10*time.Second, 10*time.Second)
|
||||
|
||||
// 定时任务更新负责人信息
|
||||
ScheduleTimerFunc("RefreshStoreOperator", func() {
|
||||
|
||||
Reference in New Issue
Block a user