1
0

return when error

This commit is contained in:
Antonio 2023-06-26 16:57:49 +08:00
parent 47e354ef9b
commit 23d543d061

View File

@ -98,6 +98,7 @@ func nightmare(c *gin.Context) {
"param": nil, "param": nil,
"code": err.Error(), "code": err.Error(),
}}) }})
return
} }
authHeader := c.GetHeader("Authorization") authHeader := c.GetHeader("Authorization")