nei-toolkit icon indicating copy to clipboard operation
nei-toolkit copied to clipboard

管理后台中导出全部文档的问题

Open wangao029 opened this issue 5 years ago • 0 comments

复现步骤

  • 新建数据模型 user ,包含字段 id,name
  • 新建接口 /user/add ,请求参数从 user 数据模型导入,然后隐藏掉 id 字段
  • 导出全部文档,文档中 /user/add 请求参数部分依然有入参 id 的定义
  • 部分导出文档不存在这个问题

期望实现

  • 导出全部文档后,文档 /user/add 请求参数不包含 id 字段

wangao029 avatar Oct 15 '19 02:10 wangao029