GET /bing
随机返回最近 8 天内某天的壁纸(FHD),适合桌面壁纸轮换。
GET /bing?resolution=uhd
随机返回 4K 超高清壁纸。
GET /bing?random=false
固定返回今日壁纸(不随机)。
GET /bing?idx=1&resolution=uhd
指定返回昨天的 UHD 壁纸。
| 参数 | 说明 | 默认值 |
|---|---|---|
idx | 历史偏移量,0=今天,1=昨天,最大7(指定后关闭随机) | — |
n | 获取数量(1-8,仅 API 模式) | 1 |
mkt | 市场/语言:zh-CN / en-US / ja-JP 等 | zh-CN |
resolution | 分辨率:fhd(默认) / uhd / 4k / mobile / thumbnail | fhd |
random | 是否随机选择(仅图片模式):true / false | true |