优客API管理系统PHP源码,内置30+远程接口doc文件夹可参考自行编辑api文件夹里附赠qrcode接口源码
食用方法
此程序基于thinkphp5.1 PHP版本需7.0-7.3之间。
Nginx请设置如下伪静态 Apache无需配置 运行目录默认即可
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
优客API管理系统PHP源码,内置30+远程接口doc文件夹可参考自行编辑api文件夹里附赠qrcode接口源码
食用方法
此程序基于thinkphp5.1 PHP版本需7.0-7.3之间。
Nginx请设置如下伪静态 Apache无需配置 运行目录默认即可
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}