This commit is contained in:
邹宗楠
2022-05-18 19:13:42 +08:00
parent 0dd21dba79
commit 4dbc74470f

View File

@@ -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)