随机动态背景
随机获取动态背景视频链接

接口地址: https://api.leafone.cn/api/bgvideo

返回格式: JSON

请求方式: GET

请求示例: https://api.leafone.cn/api/bgvideo

请求参数说明:

名称 必填 类型 说明
type string 背景类型,1=动漫,2=风景,3=美女,默认type=3

返回参数说明:

名称 类型 说明
name string 背景名称
url string 背景链接

返回示例:

{
    "code": 200,
    "msg": "获取成功",
    "data": {
        "name": "女王",
        "url": "https://img-baofun.zhhainiao.com/pcwallpaper_ugc/scene/38d63d02b04dac9f3b1545aeb26c6693_preview.mp4"
    },
    "time": 0.359555
}

请求参数设置:

参数名称 参数值 操作


{
    "code": 200,
    "msg": "获取成功",
    "data": {
        "name": "女王",
        "url": "https://img-baofun.zhhainiao.com/pcwallpaper_ugc/scene/38d63d02b04dac9f3b1545aeb26c6693_preview.mp4"
    },
    "time": 0.359555
}

错误码格式说明:

名称 类型 说明
404 integer 获取失败

代码示例:

暂无示例