README.md update

This commit is contained in:
chenzilong 2021-05-08 15:52:15 +08:00
parent 4fe5f3e4b4
commit 15ad3b63f6

View File

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