[上传]增加微信前端网页授权

This commit is contained in:
邹景立 2017-04-14 16:12:14 +08:00
parent 5ee18aff5f
commit 32fb62a1f5

View File

@ -0,0 +1,25 @@
<?php
// +----------------------------------------------------------------------
// | Think.Admin
// +----------------------------------------------------------------------
// | 版权所有 2016~2017 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
// +----------------------------------------------------------------------
// | 官方网站: http://think.ctolog.com
// +----------------------------------------------------------------------
// | 开源协议 ( https://mit-license.org )
// +----------------------------------------------------------------------
// | github开源项目https://github.com/zoujingli/Think.Admin
// +----------------------------------------------------------------------
namespace app\index\controller;
use controller\BasicWechat;
class Wap extends BasicWechat {
protected $check_auth = true;
public function index() {
dump($this->fansinfo);
}
}