alibaba / pont

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

SwaggerV3 规范的数据源解析错误 #351

Closed liuweiGL closed 1 year ago

liuweiGL commented 1 year ago

What happens(发生了什么)?

SwaggerV3 规范的数据源使用了 transformSwaggerData2Standard 处理

预期

应该使用 transformSwaggerV3Data2Standard 去处理数据

原因

Config.ts 处理 origin 配置错误,导致originType 被覆盖成undefinedhttps://github.com/alibaba/pont/blob/75adea27c44f2e15f0140ed8183f445cec8b9d3e/packages/pont-engine/src/main/Config.ts#L65-L78