Skip to content

Commit

Permalink
Merge pull request #4 from HYY1116/main
Browse files Browse the repository at this point in the history
模拟老版本APP签到
  • Loading branch information
Maojuan-lang authored Sep 18, 2023
2 parents 874b41a + db5f536 commit eeb69cd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions SenKongDao.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@
uid = configs[0].strip()
signing_cookie = configs[1].strip()
headers = {
"user-agent": "Skland/1.0.1 (com.hypergryph.skland; build:100001014; Android 25; ) Okhttp/4.11.0",
"cred": signing_cookie
"user-agent": "Skland/1.0.1 (com.hypergryph.skland; build:100001014; Android 33; ) Okhttp/4.11.0",
"cred": signing_cookie,
"vName": "1.0.1",
"vCode": "100001014",
'Accept-Encoding': 'gzip',
'Connection': 'close',
"dId": "de9759a5afaa634f",
"platform": "1"
}
data = {
"uid": str(uid),
Expand Down

0 comments on commit eeb69cd

Please sign in to comment.