mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[上传]增加微信前端网页授权
This commit is contained in:
parent
5ee18aff5f
commit
32fb62a1f5
25
application/index/controller/Wap.php
Normal file
25
application/index/controller/Wap.php
Normal 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);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user