fixed bug for interface convert to int

This commit is contained in:
RockYang
2023-04-04 11:06:04 +08:00
parent a78fb83f30
commit d81d9af986
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ func (s *Server) ChatHandle(c *gin.Context) {
c.Abort()
return
}
logger.Infof("New websocket connected, IP: %s, Username: %s", c.Request.RemoteAddr, session.Username)
client := NewWsClient(ws)
var roles = GetChatRoles()