meituan shuang 111

This commit is contained in:
苏尹岚
2020-11-10 18:44:16 +08:00
parent 0f46f03493
commit efd55100d7
2 changed files with 362 additions and 7 deletions

View File

@@ -6,6 +6,8 @@ import (
"sync"
"time"
"git.rosy.net.cn/jx-callback/business/jxstore/tempop"
"git.rosy.net.cn/jx-callback/business/partner/purchase/jdshop"
"git.rosy.net.cn/baseapi/platformapi/jdapi"
@@ -270,6 +272,11 @@ func Init() {
ScheduleTimerFunc("RefreshUserMemberStatus", func() {
cms.RefreshUserMemberStatus(jxcontext.AdminCtx)
}, updateActStatusTimeList)
ScheduleTimerFunc("mtshaung11", func() {
tempop.UploadJdsImage(jxcontext.AdminCtx)
}, []string{
"23:00:00",
})
}
ScheduleTimerFunc("AutoSaleStoreSku", func() {
cms.AutoSaleStoreSku(jxcontext.AdminCtx, nil, false)