正在显示
1 个修改的文件
包含
27 行增加
和
0 行删除
app/user/controller/TestController.php
0 → 100644
1 | +<?php | ||
2 | +// +---------------------------------------------------------------------- | ||
3 | +// | bronet [ 以客户为中心 以奋斗者为本 ] | ||
4 | +// +---------------------------------------------------------------------- | ||
5 | +// | Copyright (c) 2013-2017 http://www.bronet.cn All rights reserved. | ||
6 | +// +---------------------------------------------------------------------- | ||
7 | +// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) | ||
8 | +// +---------------------------------------------------------------------- | ||
9 | +// | Author: Powerless < wzxaini9@gmail.com> | ||
10 | +// +---------------------------------------------------------------------- | ||
11 | +namespace app\user\controller; | ||
12 | + | ||
13 | + | ||
14 | +use cmf\controller\WeChatBaseController; | ||
15 | + | ||
16 | +class TestController extends WeChatBaseController | ||
17 | +{ | ||
18 | + | ||
19 | + function _initialize() | ||
20 | + { | ||
21 | + parent::_initialize(); | ||
22 | + $this->checkWeChatUserLogin(); | ||
23 | + } | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | +} |
-
请 注册 或 登录 后发表评论