@ -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()