1
This commit is contained in:
2
main.go
2
main.go
@@ -3,6 +3,7 @@ package main
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/business/enterprise"
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"os"
|
||||
@@ -86,6 +87,7 @@ func Init() {
|
||||
jdshop.CurPurchaseHandler.StartRefreshComment()
|
||||
}
|
||||
misc.Init()
|
||||
enterprise.Init() // 初始化enterprise key
|
||||
}
|
||||
|
||||
// 返回true表示非运行服务
|
||||
|
||||
Reference in New Issue
Block a user