fix: 修改订单号参数类型为interface

This commit is contained in:
renzhiyuan 2025-12-27 11:27:13 +08:00
parent 54a098a254
commit 7732f8b0ed
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ func (h *ChatService) Chat(c *websocket.Conn) {
}
// 开启心跳检测
go client.InitHeartbeat(time.Duration(h.cfg.Sys.HeartbeatInterval))
//go client.InitHeartbeat(time.Duration(h.cfg.Sys.HeartbeatInterval))
// 循环读取客户端消息
for {