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