Wallpaper 获取壁纸
GET/POST /v1/web/arvow/wallpaper
- =》
{
"app_id": "xxx", //必填
"lang": "en", //必填
"limit": 10, //可选,每次拉取条数,默认为10,最大100
"offset": 0 //可选,默认为0
}
- 《=
{
"success": "OK",
"data": {
"lang": "ar",
"list": [
{
"id": 676,
"title": "Rolls-Royce Silver Siraph: from flawed flagship to rising classic",
"summary": "Rolls-Royce Silver Siraph: from flawed flagship to rising classic",
"wallpaper": "https://cdn.sve.cc/i/arvow/cover/27f321e3224046dca73084e4cd17f9c7-w=360.jpeg",
"updated_at": 1750057622
}
]
}
}