Skip to content
New issue

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

When the response of a field value singular for Chinese characters, to return to the last character of the code #312

Open
king152 opened this issue Jan 18, 2022 · 0 comments

Comments

@king152
Copy link

king152 commented Jan 18, 2022

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": "恭喜你登录成�?"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant