xunkong / KeqingNiuza

刻记牛杂店
MIT License
516 stars 53 forks source link

希望增加米游社便笺数据查看功能 #29

Closed zju-silenca closed 3 years ago

zju-silenca commented 3 years ago

米游社我的角色里面加了个便笺,可以随时查看树脂恢复,每日任务,探索派遣的状态,比自己设定准多了。 自己抓了下包,应该能用米游社签到的cookie直接请求。 下面是我自己抓的示例

GET /game_record/app/genshin/api/dailyNote?role_id=100000000&server=cn_gf01 HTTP/1.1
Host: api-takumi.mihoyo.com
Connection: close
DS: 1xxxxxxxxx,1xxxxx,cxxxxxxxxxxxxxxxxxxxxxxxxxx #这行看不懂
x-rpc-app_version: 2.13.1
x-rpc-client_type: 5
Cookie:account_id=200000000;  cookie_token= ;ltoken= 

#末尾要留两换行不然没有respond……不知道为什么
Lightczx commented 3 years ago

已经在 Snap.Genshin 实现 @Scighost 可以考虑一下移植

https://github.com/DGP-Studio/Snap.Genshin/blob/main/DGP.Genshin/Services/DailyNoteService.cs#L27

Lightczx commented 3 years ago

https://github.com/DGP-Studio/Snap.Genshin/issues/31

Scighost commented 3 years ago

原神的推送还可以,做这个功能的动力不是很足,先鸽一鸽

Scighost commented 3 years ago

2.2.0版本已加入该功能