This commit is contained in:
邹宗楠
2023-03-31 20:18:59 +08:00
parent 0b628f09a9
commit 7f4596a041

View File

@@ -253,11 +253,11 @@ func Init() {
orderman.FixedOrderManager.AmendMissingOrders(jxcontext.AdminCtx, []int{model.VendorIDJD, model.VendorIDMTWM, model.VendorIDEBAI, model.VendorIDDD}, 0, curDate, curDate, true, true) orderman.FixedOrderManager.AmendMissingOrders(jxcontext.AdminCtx, []int{model.VendorIDJD, model.VendorIDMTWM, model.VendorIDEBAI, model.VendorIDDD}, 0, curDate, curDate, true, true)
}, 5*time.Second, 10*time.Minute) }, 5*time.Second, 10*time.Minute)
// 抖音更新门店商品 // 抖音更新门店商品 ,接口收费暂不使用
if beego.BConfig.RunMode != "jxgy" { if beego.BConfig.RunMode != "jxgy" {
ScheduleTimerFunc("RefreshSyncSkuList", func() { //ScheduleTimerFunc("RefreshSyncSkuList", func() {
syncStoreSkuTiktok() // syncStoreSkuTiktok()
}, []string{"13:00:00"}) //}, []string{"13:00:00"})
} }
//刷新抖音门店token //刷新抖音门店token