添加360壁纸
This commit is contained in:
@@ -1,5 +1,31 @@
|
||||
{
|
||||
"apis": [
|
||||
{
|
||||
"name": "360壁纸",
|
||||
"description": "获取360壁纸接口,支持多种分类和返回格式",
|
||||
"path": "/api/360bz/index.php",
|
||||
"method": "GET",
|
||||
"params": [
|
||||
{
|
||||
"name": "n",
|
||||
"type": "integer",
|
||||
"required": false,
|
||||
"description": "壁纸分类编号(1-16),默认为26分类"
|
||||
},
|
||||
{
|
||||
"name": "p",
|
||||
"type": "integer",
|
||||
"required": false,
|
||||
"description": "页码,用于分页"
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"type": "string",
|
||||
"required": false,
|
||||
"description": "返回格式[text|image|json],默认为json。text返回图片URL,image直接重定向到图片"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Bing 每日壁纸",
|
||||
"description": "获取Bing每日图片接口,返回当日Bing首页背景图片",
|
||||
|
||||
Reference in New Issue
Block a user