This commit is contained in:
wyh 2021-07-20 09:20:24 +08:00
parent 8f88d8c9ac
commit 14fe9076a9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ func main() {
r := gin.Default()
r.GET("xie", func(c *gin.Context) {
c.JSON(200, gin.H{
"data": "zbcc",
"data": "zbc",
})
})
r.Run()