We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 描述 Swagger中的定义的tags导入后会丢失
重现步骤
期望结果 导入的接口包含代码中定义的swagger tags
涉及文件 public/src/lib/NEI_import/src/NEISwagger.ts public/src/lib/NEI_import/src/NEIInterfaceBean.ts
问题原因 NEI_Import的代码中�给把标签赋值给了NEIInterfaceBean.tags属性,但是在NEI中标签属性是tag,没有s,故导致丢失标签数据。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug 描述
Swagger中的定义的tags导入后会丢失
重现步骤
期望结果
导入的接口包含代码中定义的swagger tags
涉及文件
public/src/lib/NEI_import/src/NEISwagger.ts
public/src/lib/NEI_import/src/NEIInterfaceBean.ts
问题原因
NEI_Import的代码中�给把标签赋值给了NEIInterfaceBean.tags属性,但是在NEI中标签属性是tag,没有s,故导致丢失标签数据。
The text was updated successfully, but these errors were encountered: