搭建要求:
1. 系统要求 Ngin x 1.18.0+PHP-7.2+ mysql 5.6,开启 ssl,php 需要安装 sg 11 扩展
2. 设置伪静态
- location / {
- ind ex index.php index.html index.htm;
- if (!-e $request_ file name)
- {
- 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;
- }
3. 架设要求
关闭防火墙或放开安全组 1 -65535
4. 创建 数据库
创建数据库并导入数据库文件 数据库.sql
打开数据库配置文件修改数据库账号密码
表情包小程序带前后端后端 dataconfigconfig.php
5. 后台网址
后台网址:域名 /alibiaoqing 账号 adm in 密码 123456
6. 前端 配置
前端:使用 微信 开发 者工具导入前段源码
1. 打开 pro ject.config.json 文件修改你的 app id 和项目名
- • 修改小程序名字(搜索夕夏表情包替换成你自己的名字)
- • 替换域名
- • 小程序后台记得添加上你的域名和 https://cdn.hotemoji.com/
文件名称:表情包小程序带前后端修改过版本.zip
文件大小:10.5MB
下载地址:
蓝奏网盘:https://laoma.lanzoul.com/iL6j81p4a45a
123 云盘:https://www.123pan.com/s/WfWiVv-slKv3.html
评论列表
发表评论