mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-02-20 23:30:54 +08:00
流量汇报事件添加id参数
This commit is contained in:
@@ -278,6 +278,7 @@ void installWebHook(){
|
||||
body["player"] = isPlayer;
|
||||
body["ip"] = peerIP;
|
||||
body["port"] = peerPort;
|
||||
body["id"] = sessionIdentifier;
|
||||
//执行hook
|
||||
do_http_hook(hook_flowreport,body, nullptr);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user