简介:

全新Storm Core API管理系统源码 免授权版

本系统为API系统,实现了api集成等基础功能,以后可能会更新key调用api,或者实现付费功能,敬请期待,前端模板均无加密,用户可自行二开,具体请看图

测试环境:PHP7.2+MySQL5.6

访问:http://你的域名/install    进行安装

伪静态规则在根目录Nginx.txt中   以下也是

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

图片:

1.png2.png3.png4.png

声明:本站内容收集于网络,如特殊说明或标注,为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。