diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index f24935c82..ca878f06a 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -252,9 +252,9 @@ func Init() { }, 60*time.Second, 30*time.Minute) // 抖音更新门店商品 - //ScheduleTimerFuncByInterval(func() { - // syncStoreSkuTiktok() - //}, 60*time.Second, 2*time.Minute) + ScheduleTimerFuncByInterval(func() { + syncStoreSkuTiktok() + }, 60*time.Second, 2*time.Minute) // 定时任务刷新当前订单的物流信息 ScheduleTimerFunc("RefreshMaterialLogistics", func() {