1
This commit is contained in:
3
main.go
3
main.go
@@ -3,7 +3,6 @@ package main
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/business/partner/purchase/im"
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"os"
|
||||
@@ -95,7 +94,7 @@ func Init() {
|
||||
enterprise.Init() // 初始化enterprise key
|
||||
auto_delivery.Init() // 初始化骑手列表
|
||||
|
||||
im.Init() //初始化ws连接
|
||||
//im.Init() //初始化ws连接
|
||||
//go http.HandleFunc("/v2/im/StartWebSocket", im.Run)
|
||||
|
||||
//test
|
||||
|
||||
Reference in New Issue
Block a user