直接重定向到今日壁纸页面

接口地址

GET /api/public/today_redirect.php

请求参数

参数类型必填说明默认值
countryString国家/地区代码zh-CN
formatString图片格式:normal(1920x1080)、4k(UHD)、mobile(1080x1920)normal
支持的 country 值
代码国家/地区
zh-CN, CN中国
en-US, US美国
en-GB, GB英国
en-CA, CA加拿大
de-DE, DE德国
ja-JP, JP日本
fr-FR, FR法国
pt-BR, BR巴西
it-IT, IT意大利
es-ES, ES西班牙
en-IN, IN印度
en-AU, AU澳大利亚
en-NZ, NZ新西兰
请求示例

获取中国今日壁纸(默认):

GET /api/public/today_redirect.php

获取美国今日壁纸:

GET /api/public/today_redirect.php?country=en-US

获取日本今日壁纸:

GET /api/public/today_redirect.php?country=ja-JP

响应说明

使用场景