fix(api): 修复 OpenAPI 生成器识别 title 字段
修改内容: - 修复 generateApiFromOpenAPI.js 同时支持 description 和 title 字段 - 更新 plan/add.md 文档格式(application/json,使用 title 字段) - 重新生成 plan.js 和 user.js API 文件 影响: - API 参数描述现在能正确显示中文名称(从 title 字段提取) - 修正了参数类型(如 customer_age 从 string 改为 integer) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
4 changed files
with
71 additions
and
50 deletions
-
Please register or login to post a comment