This commit is contained in:
邹宗楠
2023-12-29 11:32:39 +08:00
parent 5ecfc002fb
commit a759f0afe6
4 changed files with 69 additions and 18 deletions

View File

@@ -190,10 +190,15 @@ func Init() {
})
// 更新抖店订单的结算信息
ScheduleTimerFunc("UpdateTiktokShopTotalMoney", func() {
globals.SugarLogger.Debugf("beego.BConfig.RunMode:%s", "===================================")
orderman.UpdateTiktokShopTotalMoney()
orderman.UpdateTiktokShopTotalMoney(0, utils.DefaultTimeValue, utils.DefaultTimeValue)
}, []string{
"11:00:00",
"07:00:00",
"09:00:00",
"15:00:00",
"19:00:00",
"22:00:00",
"02:00:00",
"05:00:00",
})
/// 更新淘鲜达结算信息