Skip to content

Commit e927fa7

Browse files
committed
V5.5:fix read cookie just one times
1 parent 4a2e9aa commit e927fa7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

dist/AutoCheckBJMF.exe

12 Bytes
Binary file not shown.

dist/AutoCheckBJMF.zip

4 Bytes
Binary file not shown.

dist/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"acc": "123",
66
"time": 123,
77
"cookie": "123",
8-
"scheduletime": "123",
8+
"scheduletime": "",
99
"pushplus": "123"
1010
}

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def job():
186186
'lat': X,
187187
'lng': Y,
188188
'acc': ACC, #未知,可能是高度
189-
'res': '', #未知,抓取时该函数为空,可能是密码签到
189+
'res': '', #拍照签到
190190
'gps_addr': '' #未知,抓取时该函数为空
191191
}
192192

0 commit comments

Comments
 (0)