初始上传
This commit is contained in:
18
app/component/controller/FollowOfficialAccount.php
Executable file
18
app/component/controller/FollowOfficialAccount.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace app\component\controller;
|
||||
|
||||
|
||||
/**
|
||||
* 关注公众号·组件
|
||||
*/
|
||||
class FollowOfficialAccount extends BaseDiyView
|
||||
{
|
||||
/**
|
||||
* 后台编辑界面
|
||||
*/
|
||||
public function design()
|
||||
{
|
||||
return $this->fetch("follow_official_account/design.html");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user