From e8f85f531a878b79d3c7732941c9efcaa8030a8a Mon Sep 17 00:00:00 2001 From: Karson Date: Tue, 27 Mar 2018 18:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0=E5=90=8E?= =?UTF-8?q?=E5=9F=BA=E7=B1=BB=E6=9C=AA=E5=BC=95=E5=85=A5Hook=E5=92=8CConfi?= =?UTF-8?q?g=E7=B1=BB=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/controller/Api.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/common/controller/Api.php b/application/common/controller/Api.php index 2acc2307..5c95cf74 100644 --- a/application/common/controller/Api.php +++ b/application/common/controller/Api.php @@ -3,8 +3,10 @@ namespace app\common\controller; use app\common\library\Auth; +use think\Config; use think\exception\HttpResponseException; use think\exception\ValidateException; +use think\Hook; use think\Lang; use think\Loader; use think\Request;