This commit is contained in:
richboo111
2023-04-26 09:57:25 +08:00
parent a555ab70e5
commit 140fc00c68
10 changed files with 1055 additions and 1053 deletions

View File

@@ -3,6 +3,7 @@ package main
import (
"flag"
"fmt"
"git.rosy.net.cn/jx-callback/business/partner/purchase/im"
"net/http"
_ "net/http/pprof"
"os"
@@ -94,7 +95,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