This commit is contained in:
richboo111
2023-04-26 10:06:30 +08:00
parent 140fc00c68
commit 46291f2fbf

View File

@@ -3,7 +3,6 @@ package main
import ( import (
"flag" "flag"
"fmt" "fmt"
"git.rosy.net.cn/jx-callback/business/partner/purchase/im"
"net/http" "net/http"
_ "net/http/pprof" _ "net/http/pprof"
"os" "os"
@@ -95,7 +94,7 @@ func Init() {
enterprise.Init() // 初始化enterprise key enterprise.Init() // 初始化enterprise key
auto_delivery.Init() // 初始化骑手列表 auto_delivery.Init() // 初始化骑手列表
im.Init() //初始化ws连接 //im.Init() //初始化ws连接
//go http.HandleFunc("/v2/im/StartWebSocket", im.Run) //go http.HandleFunc("/v2/im/StartWebSocket", im.Run)
//test //test