WIFI大师小程序4.1.9独立版源码
内容目录
- 一、详细介绍
- 二、效果展示
- 1.部分代码
- 2.效果图展示
- 三、学习资料下载
一、详细介绍
本地共享wifi项目运营,持团长,拓展员,商家,我们为你搭建一个属于你自己的共享wifi平台,然后教你去运营这个平台。 共享wifi项目,
安装源码到根目录
1、网站运行目录public
2、PHP7.2,开通SSL
3、导入数据库文件
4、修改数据库文件里application/database.php的数据库信息
5、登入用户名:admin密码:123456
前端教程
1:微信开发者工具打开前端源码,选择你对应的小程序appid
2:修改目录下siteinfo.js文件
二、效果展示
1.部分代码
代码如下(示例):
public function index($name = null){$model = new \app\admin\model\Wxapp();$list = $model->getList(false, $name);return $this->fetch("index", ["list" => $list, "names" => $model->getStoreName($list)]);}public function enter($wxapp_id){$model = new \app\admin\model\store\User();$model->login($wxapp_id);$this->redirect("store/index/index");}public function recycle(){$model = new \app\admin\model\Wxapp();return $this->fetch("recycle", ["list" => $list = $model->getList(true), "names" => $model->getStoreName($list)]);}
2.效果图展示
三、学习资料下载
蓝奏云:https://qumaw.lanzoul.com/iMGiW36uh54b