molehzy
molehzy
The latest "commit" did not modify `CN_DS_SALT`
And, all `endpoint` are also did not modify
Yes, the new root path is https://api-takumi.mihoyo.com/game_record/app/*
The SignIn API use different DS algorithms, headers need `x-rpc-device_id` value is GUID, here are examples but C# https://github.com/DGP-Studio/Snap.Genshin/blob/main/DGP.Genshin/Services/DailySignInService.cs
I'm going to sleep, 00:40AM (GMT+8) now
Activity API response data, CN and OS are different. Need to improve the "prettypackage".
CN character icon url is `https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/*.png`
>~~MyUID `100190701`~~ It works but can't check in
Use `DynamicSecret V1` also "OS DS Generator", salt=4a8knnbk5pbjqsrudp3dq484m9axoc5g Headers - x-rpc-app_version: 2.10.1 - x-rpc-client_type: 5 - x-rpc-device_id: + `GUIDstring` also uuid Body like this ```json {"act_id":"e202009291139501","uid":"100190701","region":"cn_gf01"} ``` From https://github.com/DGP-Studio/Snap.Genshin The...