liiistem-miniapp/app/event.php

16 lines
246 B
PHP
Raw Normal View History

2025-09-18 10:36:08 +08:00
<?php
// 事件定义文件
return [
'bind' => [],
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],
'subscribe' => [],
];