1
This commit is contained in:
3
main.go
3
main.go
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user