Merge e6cd47a0044a54e42f438a11c2396509c30f5207 into 52fcc5dbf6e94df33ad313858fb94b713e9d1b4a

This commit is contained in:
Char 2015-09-27 02:14:40 +00:00
commit b951dc46a2

View File

@ -191,7 +191,7 @@ func main() {
router.POST("/post", func(c *gin.Context) { router.POST("/post", func(c *gin.Context) {
id := c.Query("id") id := c.Query("id")
page := c.DefaultQuery("id", "0") page := c.DefaultQuery("page", "0")
name := c.PostForm("name") name := c.PostForm("name")
message := c.PostForm("message") message := c.PostForm("message")