弃用代码,准备 checkout 到孤儿分支。

This commit is contained in:
91c0e59d-6161-45ab-8aa4-2371574db28f
2025-12-31 13:05:36 +08:00
parent 559cc98083
commit 244d91b7bf
4 changed files with 46 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ import httpx
def DownloadOrder():
ua = 'Windows/3.0'
content = b'game_id=SDGA&ver=1.55&serial=A63E01E0048&encode=UTF-8'
content = b'game_id=SDGA&ver=1.56&serial=A63E01E0048&encode=UTF-8'
body = base64.b64encode(zlib.compress(content))
r = httpx.post(
'http://naominet.jp/sys/servlet/DownloadOrder',
@@ -28,7 +28,7 @@ def uri():
r = httpx.get(
endpoint,
headers = {
'User-Agent': 'A63E01E0048',
'User-Agent': 'A63E01E0000',
}
)
resp_data = r.content