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