This commit is contained in:
邹宗楠
2022-12-19 18:31:55 +08:00
parent 676228f8be
commit 792fcd19cb
2 changed files with 4 additions and 5 deletions

View File

@@ -250,9 +250,9 @@ func Init() {
}, 60*time.Second, 30*time.Minute)
// 抖音更新门店商品
ScheduleTimerFuncByInterval(func() {
syncStoreSkuTiktok()
}, 60*time.Second, 1*time.Minute)
//ScheduleTimerFuncByInterval(func() {
// syncStoreSkuTiktok()
//}, 60*time.Second, 1*time.Minute)
// 定时任务刷新当前订单的物流信息
ScheduleTimerFunc("RefreshMaterialLogistics", func() {