一款强大的api管理系统,带用户key和ip白名单功能,可设置付费操作,个人中心页面,注册登录页面,key功能,ip白名单功能,注意本系统加密为sg15(双层),主机暂不支持使用,你可以联系你的主机商帮你安装。

演示截图

6644d3421fd80.png

6644d34ea1fa9.png

安装教程

  1. 将网站上传到你的服务器根目录
  2. 将php版本设置为7.0
  3. 然后访问你的域名安装加密拓展
  4. 安装完成之后输入你的域名/install开始安装
  5. 安装完成登录后台自行设置内容即可

如果出现,许可证书什么什么什么的,那就是网站根目录中的menc.lic出现了问题,你可以尝试重新下载解决这个问题

伪静态设置

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

资源下载