Files
hztha.hkpgsow.cn/app/event.php
gaofeng 0b165153c6 提交
2026-05-13 10:44:29 +08:00

18 lines
256 B
PHP

<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],
'subscribe' => [
],
];