到执行c.ShouldBindJSON(&req)这句话的时候, 就一直卡这不动了前端请求半小时 这句话就卡半小时
你看看官方的例子,是不是这个函数里边有报错,你把错误打印出来看看啥情况
if err := c.ShouldBindJSON(&json); err != nil { c.JSON(http.StatusBadRequest, gin.H{"error": "Login information is not complete"}) return }
2.1m questions
2.1m answers
60 comments
57.0k users