From 16355d9acab8abc7acb3127f508e1e16d6c732a0 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 10 May 2016 10:50:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Request?= 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 10ac4b91..f502869a 100644 --- a/library/think/Request.php +++ b/library/think/Request.php @@ -21,6 +21,11 @@ class Request */ protected static $instance; + /** + * @var string URL地址 + */ + protected $url; + /** * @var string 基础URL */