This commit is contained in:
suyl
2021-09-07 16:30:31 +08:00
parent 4288f1307d
commit 0fcc8291eb
5 changed files with 70 additions and 7 deletions

View File

@@ -332,9 +332,9 @@ func Init() {
}, dailyWorkTimeList)
ScheduleTimerFunc("RrefreshMtwmVendorAct", func() {
//刷新美团平台活动
act.RrefreshMtwmVendorAct()
act.RrefreshMtwmVendorAct(jxcontext.AdminCtx)
//刷新饿百平台活动
act.RrefreshEbaiVendorAct()
act.RrefreshEbaiVendorAct(jxcontext.AdminCtx)
}, dailyWorkTimeList2)
}
ScheduleTimerFunc("AutoSaleStoreSku", func() {