From e108c2dc87cca8eac5e92d8a63cc82e9b5d4fd93 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 19 May 2022 11:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E5=91=BD=E4=BB=A4=E8=A1=8C=E4=B8=AD?= =?UTF-8?q?=E4=B9=9F=E6=94=AF=E6=8C=81=E6=97=A5=E5=BF=97=E7=9A=84logkey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- think | 2 ++ 1 file changed, 2 insertions(+) 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