小易API接口管理程序 基于PHP原生,EasyWeb框架 使用说明
API架构
安装教程
伪静态设置
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;
}