- make defsch.time2Schedule3rdCarrier configable.
This commit is contained in:
2
main.go
2
main.go
@@ -6,6 +6,7 @@ import (
|
||||
"os"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxcallback/orderman"
|
||||
"git.rosy.net.cn/jx-callback/business/jxcallback/scheduler/defsch" // 导入缺省订单调度器
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/cms"
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/promotion"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/tasks"
|
||||
@@ -28,6 +29,7 @@ var (
|
||||
func Init() {
|
||||
// globals.Init()
|
||||
beegodb.Init()
|
||||
defsch.Init()
|
||||
api.Init()
|
||||
cms.InitServiceInfo(Version, BuildDate, GitCommit)
|
||||
if globals.EnableStore {
|
||||
|
||||
Reference in New Issue
Block a user