@@ -3,6 +3,7 @@ package main
import (
"flag"
"fmt"
"git.rosy.net.cn/jx-callback/business/jxstore/event"
"net/http"
_ "net/http/pprof"
"os"
@@ -143,6 +144,9 @@ func main() {
http.ListenAndServe("0.0.0.0:6060", nil)
}
}()
if globals.IsProductEnv() {
event.Init()
beego.Run()
The note is not visible to the blocked user.