𝙂𝙞𝙩 𝙃𝙪𝙗 𝘼𝙘𝙖𝙙𝙚𝙢𝙮
前往频道在 Telegram
👥 https://telegra.ph/Disclaimer-11-25-17 This Channel is not intended to violate any condition of use. Copyright Disclaimer Under Section 107 of Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting,
显示更多734
订阅者
+124 小时
-57 天
-1030 天
帖子存档
import requests
url = "https://clientbp.ggpolarbear.com/GetLoginHistory"
payload = bytes.fromhex("46F915AC850D6DE6842137B43FE6097F79378984316C0DD241F5F69B0D119D9A12CCD00C684D18983A2BD6D3CF092D11B06292B2514D0EE4EF834DFE0D33A13BC6F86F339347722E2BAA49477601BD01")
token = "{}"
headers = {
'User-Agent': 'Dalvik/2.1.0 (Linux; U; Android 9; G011A Build/PI)',
'Connection': 'Keep-Alive',
'Accept-Encoding': 'gzip',
'Content-Type': 'application/x-www-form-urlencoded',
'Expect': '100-continue',
'X-Unity-Version': '2018.4.11f1',
'X-GA': 'v1 1',
'ReleaseVersion': 'OB52',
'Authorization': f"Bearer {token}",
}
res = requests.post(url, data=payload, headers=headers)
print(res.content.hex())
print(res.status_code)