alibaba / pont

🌉数据服务层解决方案
MIT License
3.04k stars 251 forks source link

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

Open VilianLee opened 1 year ago

VilianLee commented 1 year ago

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(上下文)

VilianLee commented 1 year ago

V3也拉不到

z979054461 commented 9 months ago

给一个api-docs.json 看一下?