api附件

This commit is contained in:
Devil
2019-10-05 22:50:32 +08:00
parent 0fe424b28f
commit 49de4ea06d

View File

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