请注意,本文发布于 2020-02-12 14:45:00 ,最后修改于 825 天前,某些信息可能已经过时。
前言
玩QQ签到的很多,用别人的软件又不放心还不会抓包,所以这里给大家分享一些QQ签到的数据,希望对大家有帮助。
签到类数据
微云签到
好莱坞视频签到
URL:http://p.guanjia.qq.com/bin/user/qrycheckin.php?op=checkin&emotionId=122&Uin=&skey=&gjtk=
URL参数说明:gjtk为skey计算生成
提交方式:Get
提交Cookie:uin p_skey skey
URL参数说明:gjtk为skey计算生成
提交方式:Get
提交Cookie:uin p_skey skey
QQ活跃+0.2天(启动并玩10分钟QQ游戏)
URL:http://reader.sh.vip.qq.com/cgi-bin/common_async_cgi?g_tk=5381&plat=1&version=6.6.6¶m=%7B%22key0%22%3A%7B%22param%22%3A%7B%22bid%22%3A13792605%7D%2C%22module%22%3A%22reader_comment_read_svr%22%2C%22method%22%3A%22GetReadAllEndPageMsg%22%7D%7D
URL参数说明:无
提交方式:Get
提交Cookie:uin p_skey skey
URL参数说明:无
提交方式:Get
提交Cookie:uin p_skey skey
QQ浏览器积分签到(PC)
URL:https://iyouxi3.vip.qq.com/ams3.0.php?g_tk=&actid=283658&_record_gift_flow=1&guid=
URL参数说明:gtk为skey计算生成md5型 guid可为随机生成32位字母数字组合
提交方式:Get
提交Cookie:uin p_skey skey
URL参数说明:gtk为skey计算生成md5型 guid可为随机生成32位字母数字组合
提交方式:Get
提交Cookie:uin p_skey skey
QQ空间花藤浇水
URL:https://h5.qzone.qq.com/proxy/domain/flower.qzone.qq.com/fcg-bin/cgi_plant?g_tk=
URL参数说明:gtk为skey计算生成 uin为QQ act为固定值rain love sun nutri
提交方式:Post
Post数据:act=&g_tk=&uin=&fl=1&fupdate=1&newflower=1&outCharset=utf-8&format=json
提交Cookie:uin p_skey skey
URL参数说明:gtk为skey计算生成 uin为QQ act为固定值rain love sun nutri
提交方式:Post
Post数据:act=&g_tk=&uin=&fl=1&fupdate=1&newflower=1&outCharset=utf-8&format=json
提交Cookie:uin p_skey skey
QQ会员早起打卡(报名)
URL:https://mq.vip.qq.com/m/signsport/signSport?uin=&isRemind=1&g_tk=&ps_tk=
URL参数说明:gtk为skey计算生成 psgtk为p_skey计算生成 uin为QQ
提交方式:Get
提交Cookie:uin p_skey skey
URL参数说明:gtk为skey计算生成 psgtk为p_skey计算生成 uin为QQ
提交方式:Get
提交Cookie:uin p_skey skey
QQ会员早起打卡(领取)
URL:https://mq.vip.qq.com/m/signsport/callSport?uin=&g_tk=&ps_tk=
URL参数说明:gtk为skey计算生成 psgtk为p_skey计算生成 uin为QQ
提交方式:Get
提交Cookie:uin p_skey skey
URL参数说明:gtk为skey计算生成 psgtk为p_skey计算生成 uin为QQ
提交方式:Get
提交Cookie:uin p_skey skey
QQ群签到
URL:https://qun.qq.com/cgi-bin/qiandao/sign/publish
URL参数说明:bkn为skey计算生成 gc为群号 poi为签到地点 text为签到标题 注意编码方式
提交方式:Post
Post数据:bkn=&template_data=
&gallery_info=%7B%22category_id%22%3A9%2C%22page%22%3A0%2C%22pic_id%22%3A1%7D
&template_id=2&gc=&client=2&lgt=121.114042&lat=37.609849&poi=&pic_id=&text=
提交Cookie:uin p_skey skey
URL参数说明:bkn为skey计算生成 gc为群号 poi为签到地点 text为签到标题 注意编码方式
提交方式:Post
Post数据:bkn=&template_data=
&gallery_info=%7B%22category_id%22%3A9%2C%22page%22%3A0%2C%22pic_id%22%3A1%7D
&template_id=2&gc=&client=2&lgt=121.114042&lat=37.609849&poi=&pic_id=&text=
提交Cookie:uin p_skey skey
注:所有项目Cookie可用QQ空间Cookie
结语
好拉,今日分享就到这里结束了。溜了溜了。有啥问题可以给我留言。么么哒
群签到能用自定义口图片么
如果官方支持自定义图的话,那api就支持,主要是找到自定义图那个参数就可以了。
QQ群签到我自己抓包分析了一下,分析结果与博主大致相同,不过我通过解码gallery_info得到{"category_id":1,"page":1,"pic_id":1}',进一步分析我发现这个是关于签到封面的参数,通过修改此字典的值可以更改签到的封面(原本的是没有封面的),并且我自己整理了一下封面的相关数据放到自己的网站,有兴趣可以看一下:http://www.moyo1.cn/index.php/Code/150.html
有获取QQ所有的接口?
有详细的使用教程不,小白表示看不懂