1
This commit is contained in:
@@ -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",
|
||||
})
|
||||
|
||||
/// 更新淘鲜达结算信息
|
||||
|
||||
Reference in New Issue
Block a user