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
Through link download jar, link:https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner version:1.1.0、1.2.0、1.3.0 example: [ { "description": "登录", "request": { "uri": "/login" }, "response": { "headers": { "Content-Type": "application/json;charset=UTF-8" }, "json":{ "code": 0, "info":"恭喜你登录成功" } } } ]
actual: Through Postman send login request,results: { "code": 0, "info": "恭喜你登录成�?" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Through link download jar, link:https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner
version:1.1.0、1.2.0、1.3.0
example:
[
{
"description": "登录",
"request": {
"uri": "/login"
},
"response": {
"headers": {
"Content-Type": "application/json;charset=UTF-8"
},
"json":{
"code": 0,
"info":"恭喜你登录成功"
}
}
}
]
actual:
Through Postman send login request,results:
{
"code": 0,
"info": "恭喜你登录成�?"
}
The text was updated successfully, but these errors were encountered: