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
@description #responses {HttpStatus} {ResponseSchema} - {Description}
#responses 不写 Description 会报错
#responses
问题表现: 2022-03-29 16:26:30,117 ERROR 167275 [swagger-egg] Cannot read properties of null (reading 'pop') 抛出异常导致中断后续流程,解析不完整。
根本原因: 71行的正则写得太死,认为总是会存在 Description 。
另外, responnseParser 单词拼写错误。
responnseParser
The text was updated successfully, but these errors were encountered:
@description #responses {HttpStatus} {ResponseSchema} - {Description} #responses 不写 Description 会报错 问题表现: 2022-03-29 16:26:30,117 ERROR 167275 [swagger-egg] Cannot read properties of null (reading 'pop') 抛出异常导致中断后续流程,解析不完整。 根本原因: 71行的正则写得太死,认为总是会存在 Description 。 另外, responnseParser 单词拼写错误。
嗯,我修复下这个BUG。
Sorry, something went wrong.
No branches or pull requests
@description #responses {HttpStatus} {ResponseSchema} - {Description}
#responses
不写 Description 会报错问题表现:
2022-03-29 16:26:30,117 ERROR 167275 [swagger-egg] Cannot read properties of null (reading 'pop')
抛出异常导致中断后续流程,解析不完整。
根本原因:
71行的正则写得太死,认为总是会存在 Description 。
另外,
responnseParser
单词拼写错误。The text was updated successfully, but these errors were encountered: