获取京东订单间隔改一下

This commit is contained in:
苏尹岚
2020-06-05 08:55:01 +08:00
parent d865b43e96
commit dd60689009

View File

@@ -165,7 +165,7 @@ func Init() {
ScheduleTimerFuncByInterval(func() {
orderman.SaveJdsOrders(jxcontext.AdminCtx, time.Now().Add(-15*time.Minute), time.Now())
}, 5*time.Second, 10*time.Minute)
}, 10*time.Second, 10*time.Minute)
ScheduleTimerFuncByInterval(func() {
RefreshRealMobile(jxcontext.AdminCtx, model.VendorIDEBAI, time.Now().Add(-24*time.Hour), utils.DefaultTimeValue, false, true)