Merge branch 'master' into version

This commit is contained in:
Bo-Yi Wu 2021-05-20 07:19:42 +08:00 committed by GitHub
commit d5ed9d904a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -702,7 +702,7 @@ func main() {
// Example for binding XML (
// <?xml version="1.0" encoding="UTF-8"?>
// <root>
// <user>user</user>
// <user>manu</user>
// <password>123</password>
// </root>)
router.POST("/loginXML", func(c *gin.Context) {