This commit is contained in:
邹宗楠
2022-11-21 18:43:40 +08:00
parent 06defa9c23
commit b834cad438
3 changed files with 71 additions and 1 deletions

View File

@@ -191,6 +191,12 @@ func Init() {
}, []string{
"22:00:00",
})
// 更新抖店订单的结算信息
ScheduleTimerFunc("UpdateTiktokShopTotalMoney", func() {
orderman.UpdateTiktokShopTotalMoney()
}, []string{
"03:35:00",
})
// 每分钟轮询一次,推送抖店骑手信息
ScheduleTimerFuncByInterval(func() {