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
header增加一些常用的参数下拉 比如 token 增加一些接口通用的header 比如 Authorization: Bearer eyJ0eXA... 增加postman导入, 很多时候还是需要先调试, 增加postman导出 方便测试 增加版本变迁历史, 可以比较差异
The text was updated successfully, but these errors were encountered:
header参数输入框输入时会自动智能匹配通用的字段,如下图 ,如果默认header字段不够,可以自行修改models/Field.php/里的$defaultHeaderParams的值
Sorry, something went wrong.
下个版本会新增项目字段模板功能,可以提前在模板字段里添加常用的header字段、请求字段和响应字段,这样在新添加接口字段时会自动把字段模板里的字段默认填充上。
版本变迁历史, 可以比较差异 这个没想好如何实现。
No branches or pull requests
header增加一些常用的参数下拉 比如 token
增加一些接口通用的header 比如 Authorization: Bearer eyJ0eXA...
增加postman导入, 很多时候还是需要先调试, 增加postman导出 方便测试
增加版本变迁历史, 可以比较差异
The text was updated successfully, but these errors were encountered: