添加服务器启动报告

This commit is contained in:
xiongziliang
2019-11-29 10:12:20 +08:00
parent 544135b2d7
commit d587ddf7ef
2 changed files with 25 additions and 0 deletions

View File

@@ -840,6 +840,12 @@ void installWebApi() {
});
API_REGIST(hook,on_server_started,{
//服务器重启报告
throw SuccessException();
});
}
void unInstallWebApi(){