This commit is contained in:
richboo111
2023-04-26 14:16:56 +08:00
parent d370610b41
commit ddfec752c0
3 changed files with 5 additions and 4 deletions

View File

@@ -146,6 +146,9 @@ func (c *EventController) TestWebsocket() {
log.Fatal(err)
}
defer ws.Close()
//var clientID = c.GetString("clientID")
//fmt.Printf("clientID=%s", clientID)
var (
vendorOrderID = c.GetString("vendorOrderID")
msgMap = make(map[string]*model.ImMessageRecord)