api附件

feat/task1-c-wallet
Devil 2019-10-05 22:50:32 +08:00
parent 0fe424b28f
commit 49de4ea06d
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ class Ueditor extends Common
{ {
// 调用父类前置方法 // 调用父类前置方法
parent::__construct(); parent::__construct();
// 是否登录
$this->IsLogin();
} }
/** /**