百度网盘 wxlist API 服务 · 基于 EdgeOne 边缘函数
# cURL 请求 curl -X POST https://your-domain.pages.dev/api/v0/list \ -H "Content-Type: application/json" \ -d '{"surl":"pan.baidu.com/s/xxxxx","dir":"/","pwd":"1234"}'
{
"code": 200,
"message": "列表数据获取成功",
"data": {
"uk": 123456789,
"shareid": 987654321,
"randsk": "xxxxxx",
"list": [...]
}
}