1
This commit is contained in:
@@ -212,9 +212,13 @@ func Init() {
|
|||||||
// 下架所有北京上海门店商品
|
// 下架所有北京上海门店商品
|
||||||
ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf", func() {
|
ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf", func() {
|
||||||
orderman.UpdateTaoSkuUpdateOffShelf()
|
orderman.UpdateTaoSkuUpdateOffShelf()
|
||||||
|
}, []string{
|
||||||
|
"14:18:00",
|
||||||
|
})
|
||||||
|
ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf2", func() {
|
||||||
orderman.UpdateTaoSkuUpdateOffShelf2()
|
orderman.UpdateTaoSkuUpdateOffShelf2()
|
||||||
}, []string{
|
}, []string{
|
||||||
"14:08:00",
|
"14:18:00",
|
||||||
})
|
})
|
||||||
|
|
||||||
// 每分钟轮询一次,推送骑手信息
|
// 每分钟轮询一次,推送骑手信息
|
||||||
|
|||||||
Reference in New Issue
Block a user