优化数据库的调试日志;

This commit is contained in:
2022-05-19 11:22:29 +08:00
parent 7ba5f3c042
commit d1097e1db3
2 changed files with 29 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ require __DIR__ . '/../vendor/autoload.php';
// 声明全局变量
define('DS', DIRECTORY_SEPARATOR);
define('ROOT_PATH', __DIR__ . DS . '..' . DS);
define('REUQEST_UID', uniqid());
// 执行HTTP应用并响应
$http = (new App())->http;