alibaba / pont

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

水平堪忧啊,一更新类型全没了 #341

Closed Kerbores closed 2 years ago

Kerbores commented 2 years ago

What happens(发生了什么)?

swaggerV3的接口 更新1.5.0之后,参数类似和baseClass都没有了,lock文件里面也没有

Mini Showcase Repository(迷你展示库)

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

swagger Json 内容: https://cloud.riemann.tech/v3/api-docs/oas?service=riemann-cloud-supports-auth-center&url=/v3/api-docs/acl

How To Reproduce(如何重现)

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

  1. 更新vs-code插件到1.5.0
  2. 更新pont-engine到1.5.0
  3. 生成代码

Expected behavior(预期行为)

  1. 生成正常
  2. baseclass和接口参数类型正常

Context(上下文)

ianfuin commented 2 years ago

SwaggerV3 的 接口,在 pont-config.json 中, 需要配置 "originType": "SwaggerV3"

Kerbores commented 2 years ago

已经配置

Kerbores commented 2 years ago

但是依旧没有类型