1
This commit is contained in:
@@ -251,11 +251,11 @@ func Init() {
|
|||||||
}, 60*time.Second, 30*time.Minute)
|
}, 60*time.Second, 30*time.Minute)
|
||||||
|
|
||||||
// 抖音更新门店商品
|
// 抖音更新门店商品
|
||||||
//if beego.BConfig.RunMode != "jxgy" {
|
if beego.BConfig.RunMode != "jxgy" {
|
||||||
// ScheduleTimerFunc("RefreshSyncSkuList", func() {
|
ScheduleTimerFunc("RefreshSyncSkuList", func() {
|
||||||
// syncStoreSkuTiktok()
|
syncStoreSkuTiktok()
|
||||||
// }, []string{"11:30:00"})
|
}, []string{"11:30:00"})
|
||||||
//}
|
}
|
||||||
|
|
||||||
// 定时任务刷新当前订单的物流信息
|
// 定时任务刷新当前订单的物流信息
|
||||||
ScheduleTimerFunc("RefreshMaterialLogistics", func() {
|
ScheduleTimerFunc("RefreshMaterialLogistics", func() {
|
||||||
|
|||||||
Reference in New Issue
Block a user