搞了个PHP随机图片Api
MioMoe Picture Api
介绍
MioMoe的图片Api源码
安装教程
- 下载
- 上传至服务器
使用说明
原理就是获取 images 目录下的所有子目录文件
修改获取指定文件夹下图片文件
$classToSubDir = [
'test' => '/test',
'test1' => '/test1',
'test2' => '/test2',
];
访问参数为 ?c=name
示例
假如 设置文件夹名称为
'demo' => '/demo',
访问api.php的参数就为?c=demo
最终Url:
https://域名/api.php?c=demo
下载
[button link="https://gitee.com/ShuShuicu/miomoe-picture-api"]前往Gitee[/button]
演示地址
[button link="https://api.miomoe.cn/picture?c=acg"]点击进入[/button]
comment
共有 0 条评论