怎么建立连接发生请求? 抓包的结果: send 的数据如下: command=login uid=1203453380 encpass= roomid=63186634 command=sendmessage content=q1YqUbJSKijKLIvPzEvLV9JRSs7PK0nNA4pWK6XmJRckFhcDFSjV1gIA command=sendmessage content=y8vPLwAA command=sendmessage content=y8vPLwAA command=sendmessage content=y8vPLwAA command=sendmessage content=y8vPLwAA
1
wjx1993 OP 有大佬帮忙看下吗?
|
2
chinafeng 2018-05-24 16:59:02 +08:00
自己写个 WebSocket Client 不就可以了嘛?
|
3
wjx1993 OP @chinafeng 我装的 websocket-client,但是看了这个库的文档的 demo 去修改,一直报错
|
4
sheep3 2018-05-24 17:33:43 +08:00
你这爬虫写了一个月啊
|
5
sheep3 2018-05-24 17:35:04 +08:00
你用的什么编程语言语言,用的什么库,没有人知道,
你说的 send 数据,是在请求时放在 get 参数上,还是后续链接成功后发送订阅消息,也没有人知道。 |