2021南风表情包小程序源码-最火表情包源码(站长亲测)独立版支持采集外卖
此源码因版权原因 已下架!
一、后端搭建:
开启 ssl php 需要安装 sg11 扩展
一曲源码网
1、将后台源码上传到根目录,并设置运行目录为public
2、开启SSL与设置伪静态
伪静态规则如下:
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;
}
开启SSL
后端修改数据库配置文件data\config\config.php
创建数据库并导入数据库文件ziyuantv.sql
后端的搭建就完成了,后台网址:域名/nanfeng
二、前端搭建:
前端:使用微信开发者工具导入前端源码
1.打开project.config.json文件修改你的appid和项目名
2.修改小程序名字
3.替换域名 common中vendor.js第2771行
4.小程序后台记得添加上你的域名和https://cdn.hotemoji.cn
www.yiqucode.com
带流量 表情包+壁纸+外卖+流量主+采集+后台上传表情包功能,全面启动
演示站地址:
https://scz.lzikd.com/nanfeng.html#/admin/caiji/zuihuo.html
admin 123456