liuxiaolong
2019-10-29 f9c3e6809dc080cd55cfdc7573380aee4cef0b8f
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]