作者 anyv
1 个管道 的构建 通过 耗费 0 秒

1

@@ -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(){