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

4

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