fix(api): 精确描述版面概要响应 - #60
Open
shellRaining wants to merge 3 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
变更
证据
/board/all 的匿名响应样本包含 266 个版面,/board/search 使用校园关键词的实时响应包含 3 个版面;两者字段集合一致,均未出现 logoUri。logoUri 继续保留在 /board/ 和 /board/{boardId} 使用的 Board Schema 中。
旧前端明确将 /board/ 用于收藏版面的批量查询,将 /board/{boardId} 用于版面页、主题页和编辑页的单条查询。实时探测确认两者字段相同;批量接口会去重、忽略部分不存在的 ID,且调用方不应依赖响应顺序。
验证
全仓库 vp run ready 在 origin/main 已存在的 README.md 格式检查处停止;该文件与 origin/main 内容一致且不在本 PR 中。