This commit is contained in:
Kamisato-Ayaka-233
2023-05-13 14:35:40 +08:00
parent 1df3820141
commit 77165e131b
2 changed files with 12 additions and 2 deletions

View File

@@ -173,6 +173,8 @@ t = int(time.time())
r = random.randint(100000, 200000)
if r == 100000:
r = 642367
# 也可以直接用更简单粗暴的方法
# r = random.randint(100001, 200000)
main = f"salt={salt}&t={t}&r={r}&b={body}&q={query}"
ds = md5(main.encode(encoding='UTF-8')).hexdigest()
@@ -241,11 +243,11 @@ final = f"{t},{r},{ds}" # 最终结果。
* `cookie_token_v2` - **米游社签到福利(游戏内道具)需要验证该字段**
* `account_mid_v2` - 与`ltmid_v2`相同
* `account_id_v2` - 米游社UID
* `ltuid_v2` - 米游社UID
* `cookie_token_v2`
* `_MHYUUID`
* `DEVICEFP`
* `acw_tc`
* `ltuid_v2` - 米游社UID
**APP**