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
if (that.currentInstance.securityArrs != null && that.currentInstance.securityArrs.length > 0) { $.each(that.currentInstance.securityArrs, function (i, sa) { if (sa.in == "header") { headerparams[sa.name] = sa.value; } }) }
以上代码只支持header不支持query,请抽空修复一下,sa.in 有两种类型[QUERY,HEADER]
The text was updated successfully, but these errors were encountered:
https://github.com/xiaoymin/swagger-bootstrap-ui/issues/220
贴服务端代码、版本、效果
Sorry, something went wrong.
你这个贴的代码解决方案还是jQuery的,knife4j 后面的版本是vue重写的了
https://gitee.com/xiaoym/knife4j
No branches or pull requests
以上代码只支持header不支持query,请抽空修复一下,sa.in 有两种类型[QUERY,HEADER]
The text was updated successfully, but these errors were encountered: