自动退单
This commit is contained in:
@@ -205,6 +205,11 @@ func Init() {
|
||||
delivery.UpdateFakeWayBillToTiktok()
|
||||
}, 10*time.Second, 5*time.Second)
|
||||
|
||||
// 抖音自动刷单
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
delivery.AutoSettingFakeDelivery()
|
||||
}, 10*time.Second, 5*time.Second)
|
||||
|
||||
// 定时任务更新负责人信息
|
||||
ScheduleTimerFunc("RefreshStoreOperator", func() {
|
||||
cms.UpdateStoreOperatorConfig()
|
||||
|
||||
Reference in New Issue
Block a user