-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为什么都用bytes写入,不理解 #304
Comments
为啥不用bytes |
看半天没看懂如何利用seession.token登录qq |
有没有可能这个东西不太方便解释明白 |
网上的资料关于如何登录的qq的很少 |
想要完成用qqtoken去登录第三方网页 |
就是这个文件,里面还有发送数据包的代码 Line 154 in 6472279
|
为什么你会问为什么都用 bytes 写入,不理解 |
不用bytes难道用string吗,这又不是ascii协议 |
首先我是想拿着token去直接请求登录第三方网页,然后打开seession.token,看到是二进制不是明文,就去看源码 |
既然这个token可以快速登录,能不能单独独立出来,可以用其他语言带着token去请求网页 |
不能 |
目前我知道网页的扫码登录,那里面的token有效期只有2天,而这个登录的可以一直快速登录,就很好奇怎么实现的 |
你为啥觉得这个token可以登录网页 |
和这个项目依赖的项目有一个未实现的接口,没有实现的原因也是因为这个token不能去登录网页? |
go-cqhttp的项目里面,我是从那个项目依赖找到这个项目的 |
这个token你的q退出后重开时用的,和你网页登录的授权完全不是一个东西 |
但是在普通的电脑上登录qq后,打开第三方网页可以不需要登录点击头像完成网页登录的授权 |
client.go里面里面的代码是需要加密吗,为什么都用bytes写入写出。
想要完成用qqtoken去登录第三方网页,现在token看都看不到,全是bytes。
The text was updated successfully, but these errors were encountered: