const socket=io({ query:{ token:"code" } })
重新连接时也可以更新查询内容:
socket.on('reconnect_attempt',()=>{ socket.io.opts.query={ token:"fgh" } })