From 49de4ea06d253ba6a7e7589bcaf89a756c5b4b94 Mon Sep 17 00:00:00 2001 From: Devil Date: Sat, 5 Oct 2019 22:50:32 +0800 Subject: [PATCH] =?UTF-8?q?api=E9=99=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Ueditor.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/api/controller/Ueditor.php b/application/api/controller/Ueditor.php index c9340506e..98a0e30ac 100755 --- a/application/api/controller/Ueditor.php +++ b/application/api/controller/Ueditor.php @@ -33,6 +33,9 @@ class Ueditor extends Common { // 调用父类前置方法 parent::__construct(); + + // 是否登录 + $this->IsLogin(); } /**