This commit is contained in:
muzihuaner
2026-03-18 14:01:30 +08:00
parent c48adef7b1
commit 0ede64ce8d
4 changed files with 0 additions and 512 deletions

View File

@@ -297,32 +297,6 @@
"description": "返回格式[json|text]默认为json。json返回视频信息text返回格式化文本"
}
]
},
{
"name": "实时天气查询",
"description": "查询实时天气信息支持国内天气数据源wttr.in、心知天气、和风天气返回温度、风速、湿度、气压、紫外线指数等详细气象数据支持中英文双语",
"path": "/api/tq/index.php",
"method": "GET",
"params": [
{
"name": "city",
"type": "string",
"required": true,
"description": "城市名称,如:北京、上海、深圳、杭州等中文城市名称"
},
{
"name": "type",
"type": "string",
"required": false,
"description": "返回格式[json|xml]默认为json。json返回JSON格式数据xml返回XML格式"
},
{
"name": "lang",
"type": "string",
"required": false,
"description": "语言[zh|en]默认为zh中文。zh返回中文天气描述en返回英文"
}
]
}
]
}