Compare commits

..

No commits in common. "08b42c1d0f57b1e8cefcae814a66f18052efae87" and "32d566841c383ade15b1ae978d9decff611596b2" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

@ -5,9 +5,9 @@
import hashlib
import time
import requests
import json
import rapidjson as json
import re
from loguru import logger
# 常量
CHIP_ID = "A63E-01E68606624"
COMMON_KEY = "XcW5FW4cPArBXEk4vzKz3CIrMuA5EVVW"
@ -106,7 +106,6 @@ def implGetUID(qr_content:str) -> dict:
# 发送请求并处理响应
try:
result = json.loads(implAimeDB(qr_content))
logger.info(f"QRScan Got Response {result}")
except:
return {'errorID': 60002} # 无法解码 Response 的内容

View File

@ -95,8 +95,7 @@ def apiSDGB(data:str, targetApi:str, userAgentExtraData:str, noLog:bool=False, t
"Expect": "100-continue"
},
content=reqData_deflated,
# verify=certifi.where(),
verify=False,
verify=certifi.where(),
timeout=timeout
)
if not noLog:

1
AuthLite_GetUpdate.py Normal file
View File

@ -0,0 +1 @@
# It will be finished very soon, I promise