NEIAPI / nei

NEI 接口管理平台 源代码
https://nei.netease.com
MIT License
317 stars 77 forks source link

导入swagger文件失败,格式经过swagger.editor验证 #22

Closed hua-js closed 3 years ago

hua-js commented 3 years ago

Bug 描述 Uncaught (in promise) TypeError: Cannot convert undefined or null to object at Function.keys () at importDataTypes (/src/lib/NEI_import/dist/NEISwagger.js:13399) at /src/lib/NEI_import/dist/NEISwagger.js:13436

预期期望 如果是文件格式错误,希望能有个demo参照; 如果格式没有错误,我应该如何使用导入swagger这个功能

导入文件 swagger: '2.0' info: version: 1.0.0 title: Simple Artist API description: A simple API to understand the Swagger Specification in greater detail schemes:

xuchaoying commented 3 years ago

这是由于没有对数据模型判空导致的bug,我们稍后修复