This commit is contained in:
苏尹岚
2021-03-29 18:30:07 +08:00
parent f7b3a4df3f
commit c56500548c
2 changed files with 54 additions and 0 deletions

View File

@@ -283,6 +283,10 @@ func Init() {
ScheduleTimerFunc("RefreshMTWMToken", func() {
cms.RefreshMTWMToken(jxcontext.AdminCtx)
}, updateActStatusTimeList)
//获取最新平台流量活动
ScheduleTimerFunc("GetVendorPopActs", func() {
act.GetNewVendorPopActs(jxcontext.AdminCtx)
}, dailyHeartbeat)
}
ScheduleTimerFunc("AutoSaleStoreSku", func() {
cms.AutoSaleStoreSku(jxcontext.AdminCtx, nil, false)