表情包小程序完整版源碼前后端源碼 獨(dú)立版
以下是【小巧】分享的內(nèi)容全文:
表情包小程序完整版源碼前后端源碼 獨(dú)立版



搭建要求:
1.系統(tǒng)要求Nginx 1.18.0+PHP-7.2+mysql5.6,開啟 ssl,php需要安裝 sg11 擴(kuò)展
2.設(shè)置偽靜態(tài)
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.架設(shè)要求
關(guān)閉防火墻或放開安全組1-65535
4.創(chuàng)建數(shù)據(jù)庫
創(chuàng)建數(shù)據(jù)庫并導(dǎo)入數(shù)據(jù)庫文件 數(shù)據(jù)庫.sql
打開數(shù)據(jù)庫配置文件修改數(shù)據(jù)庫賬號(hào)密碼
/表情包小程序帶前后端/后端/data/config/config.php
5.后臺(tái)網(wǎng)址
后臺(tái)網(wǎng)址:域名/alibiaoqing 賬號(hào)admin 密碼123456
6.前端配置
前端:使用微信開發(fā)者工具導(dǎo)入前段源碼
1.打開project.config.json文件修改你的appid和項(xiàng)目名
? 修改小程序名字(搜索夕夏表情包替換成你自己的名字)
? 替換域名
? 小程序后臺(tái)記得添加上你的域名和https://cdn.hotemoji.com/
本站不存儲(chǔ)任何資源文件,敬請(qǐng)周知!
本網(wǎng)站采用 BY-NC-SA 協(xié)議進(jìn)行授權(quán) 轉(zhuǎn)載請(qǐng)注明原文鏈接:表情包小程序完整版源碼前后端源碼 獨(dú)立版

侵權(quán)舉報(bào)/版權(quán)申訴



