diff --git a/think b/think index 2429d22..33f2cbb 100644 --- a/think +++ b/think @@ -6,5 +6,7 @@ namespace think; // 加载基础文件 require __DIR__ . '/vendor/autoload.php'; +define('REUQEST_UID', uniqid()); + // 应用初始化 (new App())->console->run(); \ No newline at end of file