正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -8,7 +8,7 @@ use think\Db; | @@ -8,7 +8,7 @@ use think\Db; | ||
8 | 8 | ||
9 | class WeixinController extends WeChatBaseController{ | 9 | class WeixinController extends WeChatBaseController{ |
10 | 10 | ||
11 | - protected $options; | 11 | + /* protected $options; |
12 | public function _initialize() | 12 | public function _initialize() |
13 | { | 13 | { |
14 | parent::_initialize(); | 14 | parent::_initialize(); |
@@ -18,7 +18,7 @@ class WeixinController extends WeChatBaseController{ | @@ -18,7 +18,7 @@ class WeixinController extends WeChatBaseController{ | ||
18 | 'secret' => config('wechat_config.secret'), | 18 | 'secret' => config('wechat_config.secret'), |
19 | 19 | ||
20 | ]; | 20 | ]; |
21 | - } | 21 | + }*/ |
22 | 22 | ||
23 | //显示首页 | 23 | //显示首页 |
24 | public function index(){ | 24 | public function index(){ |
-
请 注册 或 登录 后发表评论