源码说明
最新微信表情包小程序源码修复版,修复登录接口,新增举牌功能,附详细安装教程。
源码安装方法
前端:使用微信开发者工具导入前段源码
1.打开project.config.JSON文件修改你的appid和项目名
2.修改小程序名字(搜索AIR源码站替换成你自己的名字)
3.替换域名(搜索wu.qqjas.com替换成你自己的域名)
4.小程序后台记得添加上你的域名和https://cdn.hotemoji.cn
后端:Nginx 1.18.0+PHP-7.2+mysql5.6 开启ssl php需要安装SG11扩展
网站目录指向public
设置伪静态
location / { index index.php index.html index.htm; if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?s=$1; } } location /api/ { index index.php index.html index.htm; if (!-e $request_filename) { rewrite ^/api/(.*)$ /api/index.php?s=$1; } } location ~* /upload/.+.(html|php)$ { return 404; } location ~* ^/plugins/.+.(html|php)$ { return 404; } location ~* /themes/.+.(html|php)$ { return 404; }
创建数据库并导入数据库文件aaabbb_20210412_005029.sql
打开数据库配置文件修改数据库账号密码
表情包小程序带前后端后端dataconfigdatabase.php
后台网址:域名/alibiaoqing 账号admin 密码admin