From 345db4b9998b749199dbc434224bca073f85b832 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sun, 29 Dec 2019 15:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/WebHook.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/WebHook.cpp b/server/WebHook.cpp index 058fee39..b28a5844 100644 --- a/server/WebHook.cpp +++ b/server/WebHook.cpp @@ -276,13 +276,6 @@ void installWebHook(){ body["totalBytes"] = (Json::UInt64)totalBytes; body["duration"] = (Json::UInt64)totalDuration; body["player"] = isPlayer; - - body["schema"] = args._schema; - body["vhost"] = args._vhost; - body["app"] = args._app; - body["stream"] = args._streamid; - body["params"] = args._param_strs; - //执行hook do_http_hook(hook_flowreport,body, nullptr); });