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 ,当请求参数为json时,虽然可以正常发送请求报文,但当我将此次请求报文保存至数据库时,会在后台自动形成转义符如\ ,\n , \t 等等,这样是没有问题的,但当我在接口详情页运行Test历史时,请求参数无法正常填充。因为源项目的请求参数栏使用的时input 单方文本框,当回显数据时,解析json内的转义符就无法正常显示,因此我将参数栏的文本标签换为了textarea ,这样就能正常填充携带转义符的数值了。希望重构后的项目会给需要的人带来帮助。
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
No branches or pull requests
完善了代码规范,修复了测试工具类的一个bug ,当请求参数为json时,虽然可以正常发送请求报文,但当我将此次请求报文保存至数据库时,会在后台自动形成转义符如\ ,\n , \t 等等,这样是没有问题的,但当我在接口详情页运行Test历史时,请求参数无法正常填充。因为源项目的请求参数栏使用的时input 单方文本框,当回显数据时,解析json内的转义符就无法正常显示,因此我将参数栏的文本标签换为了textarea ,这样就能正常填充携带转义符的数值了。希望重构后的项目会给需要的人带来帮助。
The text was updated successfully, but these errors were encountered: