1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user