安装搭建说明
服务器系统:Linux+宝塔
亲测环境:Nginx 1.16.1+PHP 5.6+Mysql 5.5
修改数据库配置文件:/config/database.php
运行目录设置:/public
短信接口申请地址:http://www.smsbao.com/
短信接口配置文件:/config/app.php (修改第32~34行)
nginx伪静态设置
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }