From 77165e131b2472e498f45d3f901267364ae8bfed Mon Sep 17 00:00:00 2001 From: Kamisato-Ayaka-233 <2627706725@qq.com> Date: Sat, 13 May 2023 14:35:40 +0800 Subject: [PATCH] _ --- README.md | 10 +++++++++- other/authentication.md | 4 +++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 594f128..44f969e 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,14 @@ ## 相关项目 +* [Star Rail Warp Export](https://github.com/biuuu/star-rail-warp-export) - 星穹铁道跃迁记录导出工具。 +* [Genshin Wish Export](https://github.com/biuuu/genshin-wish-export/) - 原神析愿记录导出工具 +* [Genshin Wish Analyzer](https://github.com/voderl/genshin-gacha-analyzer) - 原神析愿记录分析器 * [Genshin Kits for Node.js](https://github.com/genshin-kit/genshin-kit-node) - Node.js原神玩家信息查询库。 - +* [Genshin Helper](https://github.com/y1ndan/genshinhelper2) - Python米游社API封装库 +* [Yunzai Bot](https://gitee.com/le-niao/Yunzai-Bot) - 原始云崽机器人,QQ群原神信息查询机器人。 +* [Miao Yunzai](https://github.com/yoimiya-kokomi/Miao-Yunzai) - “喵”版云崽机器人,QQ群原神信息和原神角色面板查询机器人。 +* [Genshin Player Query](https://github.com/Azure99/GenshinPlayerQuery) - 原神玩家信息查询 +* [Snap Hu Tao](https://github.com/DGP-Studio/Snap.Hutao) - 原神工具箱。 +* [Cocogoat](https://github.com/YuehaiTeam/cocogoat) - 原神成就记录与圣遗物管理。 diff --git a/other/authentication.md b/other/authentication.md index e11c018..153ce6a 100644 --- a/other/authentication.md +++ b/other/authentication.md @@ -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:**