获取Bing每日壁纸
获取Bing每日壁纸的相关信息,包括壁纸的URL、标题及版权信息。

接口地址: https://api.ahfi.cn/api/BingWallpaper

返回格式: JSON/IMAGE

请求方式: GET

请求示例: https://api.ahfi.cn/api/BingWallpaper?type=json

请求参数说明:

名称 必填 类型 说明
type string 返回类型。json表示返回JSON,image表示返回图片。默认值为json

返回参数说明:

名称 类型 说明
code int 响应状态码,200表示成功,500表示失败。
message string 响应消息,返回获取成功或失败信息。
data object 包含Bing壁纸的详细信息(成功时返回)。
data.url string 壁纸的完整URL,可以直接在浏览器中访问。
data.title string 壁纸的标题。
data.copyright string 壁纸的版权信息。

返回示例:

{
    "code": 200,
    "message": "获取成功",
    "data": {
        "url": "https://www.bing.com/th?id=OHR.WinterMorning_EN-US9835835164_1920x1080.jpg",
        "title": "Winter Morning",
        "copyright": "© John Doe/Bing"
    }
}

请求参数设置:

参数名称 参数值


{
    "code": 200,
    "message": "获取成功",
    "data": {
        "url": "https://www.bing.com/th?id=OHR.WinterMorning_EN-US9835835164_1920x1080.jpg",
        "title": "Winter Morning",
        "copyright": "© John Doe/Bing"
    }
}

错误码格式说明:

名称 类型 说明

代码示例: