fix: 排行榜数据修正 (rid变动), 移除"国创","生活"tab #1366
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
描述 (Description):
此 PR 解决了排行榜榜单列表数据长期未更新的问题,并移除了不再支持的 Tab。
问题 (Problem):
近期发现排行榜榜单列表数据长期显示旧日期的数据,未能获取到最新的榜单信息。
原因 (Cause):
经研究发现,用于获取排行榜数据的
rid
参数发生了变化,导致原有的接口调用无法获取到最新数据。解决方案与改动 (Solution & Changes):
rid
参数,使其与最新的接口要求匹配。结果 (Result):
现在可以成功获取并展示最新的排行榜数据。移除了无效 Tab 提升了用户体验和代码的可维护性。