...
|
...
|
@@ -8,7 +8,7 @@ use think\Db; |
|
|
|
|
|
class WeixinController extends WeChatBaseController{
|
|
|
|
|
|
protected $options;
|
|
|
/* protected $options;
|
|
|
public function _initialize()
|
|
|
{
|
|
|
parent::_initialize();
|
...
|
...
|
@@ -18,7 +18,7 @@ class WeixinController extends WeChatBaseController{ |
|
|
'secret' => config('wechat_config.secret'),
|
|
|
|
|
|
];
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
//显示首页
|
|
|
public function index(){
|
...
|
...
|
|