小易API接口管理程序
使用说明
API架构
基于PHP原生,EasyWeb框架
安装教程
伪静态设置
location / { rewrite ^/index.html$ /index.php; rewrite ^/sitemap.xml$ /sitemap.php; rewrite ^/api/(w*).html$ /api.php?alias=$1; rewrite ^/down-([1-9]+[0-9]*).html$ /down/down.php?id=$1; rewrite ^/down.html$ /down/index.php; }
安装环境
- PHP版本支持5.6-7.4
- mysql5.5-5.7
网站演示
开源地址
Gitee(码云):https://gitee.com/vances/xiaoyi
API程序演示
© 版权声明
内容转载于网络,请读者自行鉴别
THE END