dingdan
This commit is contained in:
@@ -292,6 +292,10 @@ func Init() {
|
||||
ScheduleTimerFunc("RefreshMTWMToken", func() {
|
||||
cms.RefreshMTWMToken(jxcontext.AdminCtx)
|
||||
}, updateActStatusTimeList)
|
||||
//刷新抖音门店token
|
||||
ScheduleTimerFunc("RefreshTiktokShopToken", func() {
|
||||
cms.RefreshTiktokShopToken(jxcontext.AdminCtx)
|
||||
}, updateActStatusTimeList)
|
||||
//获取最新平台流量活动
|
||||
ScheduleTimerFunc("GetNewVendorPopActs", func() {
|
||||
act.GetNewVendorPopActs(jxcontext.AdminCtx)
|
||||
|
||||
Reference in New Issue
Block a user