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
response有设置"Content-Type": "application/json;charset=UTF-8",
The text was updated successfully, but these errors were encountered:
Could you please provide your whole configuration?
Sorry, something went wrong.
返回值部分中文乱码 [ { "description": "这是第一个demo", "request": { "uri": "/demo", "method": "get" }, "response": { "headers": { "Content-Type": "text/html; charset=utf-8" }, "text": "这是第一个demo返回值" } } ]
浏览器显示: 这是第一个demo返回�?
[ { "description": "这是一个会返回cookies信息的请求", "request": { "uri": "/getCookies", "method": "get" }, "response": { "cookies": { "login": "true" }, "text": "恭喜获得一个cookie", "headers":{ "Content-Type":"text/html;charset=utf-8" } } } ]
浏览器显示: 恭喜获得�?个cookie
No branches or pull requests
response有设置"Content-Type": "application/json;charset=UTF-8",
The text was updated successfully, but these errors were encountered: