1
This commit is contained in:
2
main.go
2
main.go
@@ -97,7 +97,7 @@ func Init() {
|
|||||||
auto_delivery.Init() // 初始化骑手列表
|
auto_delivery.Init() // 初始化骑手列表
|
||||||
|
|
||||||
im.Init() //初始化ws连接
|
im.Init() //初始化ws连接
|
||||||
//go http.HandleFunc("/v2/im/StartWebSocket", im.Run)
|
http.HandleFunc("/ws", im.Run)
|
||||||
|
|
||||||
//test
|
//test
|
||||||
//mux := http.NewServeMux()
|
//mux := http.NewServeMux()
|
||||||
|
|||||||
Reference in New Issue
Block a user