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