mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 21:06:39 +08:00
Merge e6cd47a0044a54e42f438a11c2396509c30f5207 into 52fcc5dbf6e94df33ad313858fb94b713e9d1b4a
This commit is contained in:
commit
b951dc46a2
@ -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")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user