diff --git a/router.go b/router.go index bb90dc0..27cd9f4 100644 --- a/router.go +++ b/router.go @@ -647,11 +647,11 @@ func get_renliu_api(c *gin.Context) { var rl_data EventNotificationAlert - var debugInt = 2 - if debugInt > 1 { - c.JSON(http.StatusOK, gin.H{"status": http.StatusOK, "data": rl_data}) - return - } + // var debugInt = 2 + // if debugInt > 1 { + // c.JSON(http.StatusOK, gin.H{"status": http.StatusOK, "data": rl_data}) + // return + // } err := c.Bind(&rl_data) if conf.DEBUG {