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