Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mys 深境螺旋详细战绩查询和角色信息查询疑似都要用 ck 了 #489

Open
ZM-J opened this issue Nov 17, 2024 · 1 comment

Comments

@ZM-J
Copy link
Contributor

ZM-J commented Nov 17, 2024

如题

以前不用自己的 ck,随便用个别人的 ck 也能查

现在貌似用别人的 ck 查出来的是空 list,可能需要加上 API 权限之类的

@ZM-J
Copy link
Contributor Author

ZM-J commented Nov 17, 2024

譬如在 HTTP 请求和响应处打印下内容:

[16:18:37.780][INFO][  TRSSYz  ] url https://api-takumi-record.mihoyo.com/game_record/app/genshin/api/spiralAbyss?role_id=xxx&schedule_type=1&server=cn_gf01
[16:18:38.271][INFO][  TRSSYz  ] res {
  retcode: 0,
  message: 'OK',
  data: {
    schedule_id: 101,
    start_time: '1731700800',
    end_time: '1734292799',
    total_battle_times: 8,
    total_win_times: 6,
    max_floor: '12-3',
    reveal_rank: [],
    defeat_rank: [],
    damage_rank: [],
    take_damage_rank: [],
    normal_skill_rank: [],
    energy_skill_rank: [],
    floors: [ [Object], [Object] ],
    total_star: 18,
    is_unlock: false,
    is_just_skipped_floor: false,
    skipped_floor: ''
  }
}
[16:18:38.273][INFO][  TRSSYz  ] url https://api-takumi-record.mihoyo.com/game_record/app/genshin/api/character/list
[16:18:38.401][INFO][  TRSSYz  ] res { retcode: 0, message: 'OK', data: { list: [] } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant