From e660c545ba91e5ceb3c8b33d3a8b4bf2de44af4e Mon Sep 17 00:00:00 2001 From: yinggaozhen Date: Wed, 2 Aug 2017 20:25:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Erequest=20env=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Request.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/think/Request.php b/library/think/Request.php index 7e9949a8..5fc889e2 100644 --- a/library/think/Request.php +++ b/library/think/Request.php @@ -59,6 +59,11 @@ class Request */ protected $routeInfo = []; + /** + * @var array 环境变量 + */ + protected $env; + /** * @var array 当前调度信息 */