diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 8247bc3e5..c1a2e0ed3 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -166,7 +166,7 @@ func Init() { //京东的订单信息解密密钥获取 ScheduleTimerFuncByInterval(func() { jdshop.InitKey() - }, 10*time.Second, 8*time.Hour) + }, 5*time.Second, 8*time.Hour) ScheduleTimerFuncByInterval(func() { RefreshRealMobile(jxcontext.AdminCtx, model.VendorIDEBAI, time.Now().Add(-24*time.Hour), utils.DefaultTimeValue, false, true)