From 9d84d7847abf975e466a6f08c090ce1f42a1bb06 Mon Sep 17 00:00:00 2001 From: muzihuaner Date: Wed, 18 Mar 2026 13:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api_info.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api_info.json b/api_info.json index 2bc5122..1d4d637 100644 --- a/api_info.json +++ b/api_info.json @@ -300,21 +300,21 @@ }, { "name": "ICP备案查询", - "description": "查询网站的ICP备案信息,返回主办单位、网站名称、备案号等信息", + "description": "查询网站的ICP备案信息,支持多个数据源查询,返回ICP备案号、主办单位、网站名称、审核时间等详细信息", "path": "/api/icp/index.php", "method": "GET", "params": [ { - "name": "url", + "name": "domain", "type": "string", "required": true, - "description": "要查询的网站URL或域名" + "description": "要查询的域名(支持带http://或https://前缀,会自动清理)" }, { "name": "type", "type": "string", "required": false, - "description": "返回格式[json|text],默认为json。json返回完整备案数据,text返回格式化文本" + "description": "返回格式[json|text],默认为json。json返回JSON格式备案数据,text返回格式化纯文本" } ] },