From 46291f2fbf3e69dd3bf17d7618f96be1b18a5311 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 26 Apr 2023 10:06:30 +0800 Subject: [PATCH] 1 --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index ef347c489..0c9cfff73 100644 --- a/main.go +++ b/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