mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
添加服务器启动报告
This commit is contained in:
@@ -840,6 +840,12 @@ void installWebApi() {
|
||||
});
|
||||
|
||||
|
||||
API_REGIST(hook,on_server_started,{
|
||||
//服务器重启报告
|
||||
throw SuccessException();
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
void unInstallWebApi(){
|
||||
|
||||
Reference in New Issue
Block a user