{
    分享网正式开通,我们为大家提供免费资源,欢迎大家踊跃投稿!

表情包下载小程序完整版源码 表情包微信小程序独立版 后台API+前端

表情包小程序前后端搭建教程
前端:使用微信开发者工具导入前段源码
1.打开project.config.json文件修改你的appid和项目名

2.修改小程序名字(搜索南风表情包替换成你自己的名字)

3.替换域名 common中vendor.js第2771行

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;
}

创建数据库并导入数据库文件www.loowp.com.SQL
打开数据库配置文件修改数据库账号密码
\后端\data\config\database.php

后台网址:域名/nanfeng 账号admin 密码123456

 


资源均来自第三方,谨慎下载,前往第三方网站下载


米微资源分享网 , 版权所有丨本站资源仅限于学习研究,严禁从事商业或者非法活动!丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:表情包下载小程序完整版源码 表情包微信小程序独立版 后台API+前端
喜欢 ()分享 (0)