PHP优客API管理系统源码

内置30+远程接口doc文件夹可参考自行编辑api文件夹里附赠qrcode接口源码#转载GitHub:

此程序基于ThinkPHP5.1 PHP版本需7.0-7.3之间。Nginx请设置如下伪静态 Apache无需配置 运行目录默认即可

location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}

将程序上传至网站根目录,访问域名/install进行安装操作

操作指南请前往:https://github.com/5ime/API-Admin/wiki

项目开源地址:https://github.com/YooKeapi/API-Admin

发表评论