mirror of
https://github.com/xpzouying/xiaohongshu-mcp.git
synced 2026-09-21 05:12:22 +08:00
PublishResponse 和 PublishVideoResponse 里的 PostID 声明后从未赋值, omitempty 使其在响应中也从不出现。docs/API.md 的示例却把它写成会返回, 并给了假值,导致使用者按文档预期一个不存在的字段。 一并修正示例里 status 的取值,与代码实际返回一致。 Co-authored-by: Claude Opus 5 <noreply@anthropic.com>