thesadru / genshinstats

PLEASE USE GENSHIN.PY A python library that can get the stats of Genshin Impact players using Mihoyo's API. PLEASE USE GENSHIN.PY
https://thesadru.github.io/pdoc/genshinstats/
MIT License
265 stars 38 forks source link

dynamic secret salt did not works #62

Closed ljxi closed 2 years ago

ljxi commented 2 years ago

url https://api-takumi.mihoyo.com/game_record/app/genshin/api/dailyNote?role_id=xxxxxxx&server=cn_gf01

image image

thesadru commented 2 years ago

Dynamic secrets are not the same for every client. Make sure you use the same x-rpc headers as genshinstats if you want to use it yourself.

ljxi commented 2 years ago

Dynamic secrets are not the same for every client. Make sure you use the same x-rpc headers as genshinstats if you want to use it yourself.

thanks,I have already solved this problem image