From 5e4b7e7febee687cf47417c46d101726952aaf49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 26 Dec 2022 18:56:57 +0800 Subject: [PATCH] 1 --- business/jxstore/misc/misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 5e8bc4ab3..308186f66 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -255,7 +255,7 @@ func Init() { if beego.BConfig.RunMode != "jxgy" { ScheduleTimerFuncByInterval(func() { syncStoreSkuTiktok() - }, 60*time.Second, 10*time.Minute) + }, 60*time.Second, 2*time.Minute) } // 定时任务刷新当前订单的物流信息