pont icon indicating copy to clipboard operation
pont copied to clipboard

swagger V2生成baseClass时,超过两层的对象属性未读取

Open VilianLee opened this issue 1 year ago • 2 comments

What happens(发生了什么)?

image image

Mini Showcase Repository(迷你展示库)

Provide a mini GitHub repository which can reproduce the issue(提供一个可以重现问题的小型 Github 存储库).

How To Reproduce(如何重现)

Steps to reproduce the behavior(重现行为的步骤):

  1. 接口返回对象中,引用了其他对象
  2. 使用pont生成接口文档后,返回的对象能找到,但对象中引用的其他对象未生成

Expected behavior(预期行为)

  1. 正常展示深层引用对象

Context(上下文)

  • pont Version: 1.5.5
  • Node Version: 14.20.0
  • Platform(操作系统平台):windows10

VilianLee avatar Aug 01 '23 09:08 VilianLee