fix
This commit is contained in:
parent
e4c8d033dc
commit
0f72151aa7
|
@ -149,6 +149,11 @@ func (l *DataTransferLogic) DataTransfer(req *types.DataTransferReq, w http.Resp
|
|||
conn.Close()
|
||||
return
|
||||
}
|
||||
//灯下删掉
|
||||
if userInfo.UserId != 127{
|
||||
conn.Close()
|
||||
return
|
||||
}
|
||||
//设置连接
|
||||
ws, err := l.setConnPool(conn, userInfo, isFirefoxBrowser, userAgent, oldWid)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue
Block a user