Notice
  • Highest quality themes and templates and Script Php.Join VIP
  • 搭建要求:

    1.系统要求Nginx 1.18.0+PHP-7.2+mysql5.6,开启 ssl,php需要安装 sg11 扩展

    2.设置伪静态

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

    3.架设要求
    关闭防火墙或放开安全组1-65535

    4.创建数据库
    创建数据库并导入数据库文件 数据库.sql
    打开数据库配置文件修改数据库账号密码
    \表情包小程序带前后端\后端\data\config\config.php

    5.后台网址
    后台网址:域名/alibiaoqing 账号admin 密码123456

    6.前端配置
    前端:使用微信开发者工具导入前段源码
    1.打开project.config.json文件修改你的appid和项目名

    • 修改小程序名字(搜索夕夏表情包替换成你自己的名字)
    • 替换域名
    • 小程序后台记得添加上你的域名和https://cdn.hotemoji.com/



    内容加载中..
    1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长!
    2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
    3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
    4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
    5. 如有链接无法下载、失效或广告,请联系管理员处理!
    6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!

    Yunyiwl.com » 【独立版】表情包小程序完整版源码前后端源码