用 Python 实现多看阅读签到领书币

对 Android 多看阅读 APP 进行抓包,可以获取其每天签到领书币的请求接口。 1 2 3 4 5 6 7 POST /checkin/v0/checkin HTTP/1.1 Host: www.duokan.com Content-Type: application/x-www-form-urlencoded Accept-Encoding: gzip,deflate Cookie: device_id=***************************;app_id=DkReader.Android;build=562180926;channel=TBVP2Y;user_type=1;device_hash=###################;device_hash_set=null;token=XXXXXXXXXXXXXXXXXXXXXXX; _t=1538224732&_c=10319 请求头 Cookie 中的 token 来自账号登录成功后返回的数据...

2018-09-30 · 2 分钟 · 635 字 · hacper