controllers/eventPush.go
@@ -171,7 +171,7 @@ // @Accept x-www-form-urlencoded // @Produce json // @Tags 事件推送 // @Param id query string true "id" // @Param id formData string true "id" // @Success 200 {string} json "{"code":200, success:true, msg:"", data:""}" // @Failure 500 {string} json "{"code":500, success:false, msg:"",data:""}" // @Router /data/api-v/eventPush/delete [post]