作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

用户注册渲染

... ... @@ -20,7 +20,9 @@ class RegisterController extends WeChatBaseController
public function _initialize()
{
parent::_initialize();
$this->checkWeChatUserLogin();
$this->is_login();
}
/**
... ... @@ -45,7 +47,6 @@ class RegisterController extends WeChatBaseController
public function register(){
$this->is_login();
return $this->fetch();
}
/**
... ...