diff --git a/.gitignore b/.gitignore index 71c62bf..aa27683 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ - o/* +.idea/* +db.php diff --git a/README.md b/README.md index 0a77095..47508c7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,21 @@ php5.2.x及以上版本均可运行,做了很多测试,老机都可以轻易 图片分享,支持直接连接,BBcode,HTML,Markdown,轻松一点即可。 +### 以下所有接口提交请用GET方式 + +美女壁纸接口 + +输入参数: +getGirlWallpaper 必填 +type 可选,输出json + +调用URL:?getGirlWallpaper&type + +输出JSON结果: +{"code":"0","msg":"成功","url":"http://tutu.rf.gd/o/a/b/abf77b43acb51fec2fd5e7590ebd3750.avif"} + +其它情况直接302转向图片网址。 + ## 官网地址: https://git.czyx007.cn/sunson/siw @@ -69,4 +84,4 @@ https://wwta.lanzoue.com/iTB4r2gxffpc 走过路过不要错过,仅2.10M的图床程序,一包搞定,是真的香。 ## DEMO -地址:http://tutu.rf.gd/ \ No newline at end of file +地址:http://tutu.rf.gd/ diff --git a/index.php b/index.php index 780db5e..3a2b3c9 100644 --- a/index.php +++ b/index.php @@ -1,281 +1,307 @@ '); + } else { + echo '{"error":"写入失败,无法保存文件"}'; + } + exit; } ?>
- - - - - - -