This commit is contained in:
laodaming 2023-11-13 21:48:31 +08:00
parent 0f72151aa7
commit 561ce385a1

View File

@ -150,10 +150,10 @@ func (l *DataTransferLogic) DataTransfer(req *types.DataTransferReq, w http.Resp
return
}
//灯下删掉
if userInfo.UserId != 127{
/*if userInfo.UserId != 127{
conn.Close()
return
}
}*/
//设置连接
ws, err := l.setConnPool(conn, userInfo, isFirefoxBrowser, userAgent, oldWid)
if err != nil {