V5.5:fix read cookie just one times

This commit is contained in:
JasonYANG170 2024-04-24 22:50:45 +08:00
parent 4a2e9aa8cd
commit e927fa7144
4 changed files with 2 additions and 2 deletions

BIN
dist/AutoCheckBJMF.exe vendored

Binary file not shown.

BIN
dist/AutoCheckBJMF.zip vendored

Binary file not shown.

2
dist/data.json vendored
View File

@ -5,6 +5,6 @@
"acc": "123", "acc": "123",
"time": 123, "time": 123,
"cookie": "123", "cookie": "123",
"scheduletime": "123", "scheduletime": "",
"pushplus": "123" "pushplus": "123"
} }

View File

@ -186,7 +186,7 @@ def job():
'lat': X, 'lat': X,
'lng': Y, 'lng': Y,
'acc': ACC, #未知,可能是高度 'acc': ACC, #未知,可能是高度
'res': '', #未知,抓取时该函数为空,可能是密码签到 'res': '', #拍照签到
'gps_addr': '' #未知,抓取时该函数为空 'gps_addr': '' #未知,抓取时该函数为空
} }