添加on_server_exited webhook事件,当程序正常退出时触发 (#2591 #2585)

This commit is contained in:
pedoc
2023-06-28 11:36:41 +08:00
committed by GitHub
parent c530f281c3
commit 2771bc15a5
4 changed files with 25 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ extern const std::string kTimeoutSec;
void installWebHook();
void unInstallWebHook();
void onProcessExited();
/**
* 触发http hook请求
* @param url 请求地址