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
We used the master version but response body was Chinese garbled.
Chinese garbled
main.go
r := gin.Default() r.Use(gzip.Gzip(gzip.DefaultCompression))
response body
{"errno":101000,"msg":"�数缺失 Key: 'RequestCommentInfo.ItemID' Error:Field validation for 'ItemID' failed on the 'required' tag"}
The text was updated successfully, but these errors were encountered:
You should decode response body if Conetent-Encoding equals gzip
Conetent-Encoding
gzip
Sorry, something went wrong.
No branches or pull requests
We used the master version but response body was
Chinese garbled
.main.go
response body
The text was updated successfully, but these errors were encountered: