This commit is contained in:
邹宗楠
2023-03-02 11:56:50 +08:00
parent 75a9876f1d
commit 4c985c4398
2 changed files with 10 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ func Init() {
// 抖音自动刷单
ScheduleTimerFuncByInterval(func() {
auto_delivery.AutoSettingFakeDelivery()
}, 10*time.Second, 5*time.Second)
}, 10*time.Second, 3*time.Minute)
// 定时任务更新负责人信息
ScheduleTimerFunc("RefreshStoreOperator", func() {