随机图片API
API基本调用格式:
https://api.oyohen.com/*.php 链接中*号注意替换成相对应的名字
例:https://api.oyohen.com/bing.php
本站目前有三类壁纸可供选择,分别为PC端:pc.php 移动端:mobile.php Bing每日壁纸:bing.php
参数:
return=json/http/https/img
JSON调用格式
https://api.oyohen.com/bing.php?return=json
JSON数据
{
"code":"200" #图片状态码
"acgurl":"https:\/\/api.oyohen.com\/img\/bing\/20170614.jpg" #图片地址
"width":"1920" #图片宽
"height":"1080" #图片高
}