| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
key |
string | 是 | 用户 API Key |
url |
string | 是 | 蓝奏分享链接,例如 https://wwi.lanzoup.com/xxxxxx |
pwd |
string | 否 | 提取码;当分享链接为密码页时必填 |
mode |
string | 否 | 解析模式:fast 为快速模式,默认返回下载网关地址;full 为完整模式,继续解析最终下载直链 |
redirect |
int | 否 | 传 1 时接口直接跳转到当前解析结果地址;fast 模式通常跳到下载网关地址,full 模式跳到最终下载直链 |
{
"code": 1,
"msg": "解析成功",
"data": {
"share_url": "https://wwi.lanzoup.com/xxxxxx",
"normalized_url": "https://wwi.lanzoup.com/xxxxxx",
"file_name": "example.zip",
"file_size": "5.4 MB",
"password_required": false,
"resolve_mode": "fast",
"download_gateway_url": "https://developer2.lanrar.com/file/xxxxxx",
"final_url": "https://developer2.lanrar.com/file/xxxxxx",
"redirect_url": "https://developer2.lanrar.com/file/xxxxxx",
"direct_url": "https://developer2.lanrar.com/file/xxxxxx",
"cache_hit": false,
"debug": {
"cache": {
"hit": false,
"key": "demo-cache-key"
},
"steps": {
"share": {
"duration_ms": 320.15
},
"iframe": {
"duration_ms": 180.21
},
"ajax": {
"duration_ms": 265.48
},
"password_ajax": null,
"gateway": null,
"redirect_probe": {
"duration_ms": 0,
"skipped": true,
"mode": "fast"
}
},
"total_ms": 812.54
},
"duration_ms": 812.54,
"resolved_at": "2026-04-12 14:00:00",
"logs": [
{
"time": "14:00:00",
"message": "开始解析蓝奏分享链接"
},
{
"time": "14:00:01",
"message": "快速模式已启用,跳过最终直链探测"
}
]
},
"timestamp": 1775973600
}
| 字段名 | 类型 | 说明 |
|---|---|---|
code |
integer | 业务状态码,通常用于判断请求是否成功 |
msg |
string | 响应提示信息 |
data |
object | 接口返回的主体数据 |
data.share_url |
string | 返回字段,含义以当前接口业务语境为准 |
data.normalized_url |
string | 返回字段,含义以当前接口业务语境为准 |
data.file_name |
string | 返回字段,含义以当前接口业务语境为准 |
data.file_size |
string | 返回字段,含义以当前接口业务语境为准 |
data.password_required |
boolean | 返回字段,含义以当前接口业务语境为准 |
data.resolve_mode |
string | 返回字段,含义以当前接口业务语境为准 |
data.download_gateway_url |
string | 返回字段,含义以当前接口业务语境为准 |
data.final_url |
string | 返回字段,含义以当前接口业务语境为准 |
data.redirect_url |
string | 返回字段,含义以当前接口业务语境为准 |
data.direct_url |
string | 可直接访问的资源地址 |
data.cache_hit |
boolean | 返回字段,含义以当前接口业务语境为准 |
data.debug |
object | 返回字段,含义以当前接口业务语境为准 |
data.debug.cache |
object | 返回字段,含义以当前接口业务语境为准 |
data.debug.cache.hit |
boolean | 返回字段,含义以当前接口业务语境为准 |
data.debug.cache.key |
string | 返回字段,含义以当前接口业务语境为准 |
data.debug.steps |
object | 返回字段,含义以当前接口业务语境为准 |
data.debug.steps.share |
object | 返回字段,含义以当前接口业务语境为准 |
data.debug.steps.iframe |
object | 返回字段,含义以当前接口业务语境为准 |
data.debug.steps.ajax |
object | 返回字段,含义以当前接口业务语境为准 |
data.debug.steps.password_ajax |
null | 返回字段,含义以当前接口业务语境为准 |
data.debug.steps.gateway |
null | 返回字段,含义以当前接口业务语境为准 |
data.debug.steps.redirect_probe |
object | 返回字段,含义以当前接口业务语境为准 |
data.debug.total_ms |
number | 返回字段,含义以当前接口业务语境为准 |
data.duration_ms |
number | 返回字段,含义以当前接口业务语境为准 |
data.resolved_at |
string | 返回字段,含义以当前接口业务语境为准 |
data.logs |
array | 返回字段,含义以当前接口业务语境为准 |
data.logs[] |
object | 返回字段,含义以当前接口业务语境为准 |
data.logs[].time |
string | 返回字段,含义以当前接口业务语境为准 |
data.logs[].message |
string | 响应提示信息 |
timestamp |
integer | 响应生成时间戳 |
https://api.116818.xyz/api/lanzou_resolve?key=YOUR_API_KEY&url=%3Curl%3E&pwd=%3Cpwd%3E&redirect=%3Credirect%3E&mode=fast
https://api.116818.xyz/api/lanzou_resolve?key=YOUR_API_KEY&url=%3Curl%3E&pwd=%3Cpwd%3E&redirect=%3Credirect%3E&mode=full
X-Cache-Status 判断 HIT / MISS。