downloadUrl 仅在 success 状态返回可直接访问的下载地址。Authorization: Bearer ********************curl --location 'https://api.murk.top/api/v1/encrypt/tasks?page=undefined&limit=undefined&scriptName=undefined&ip=undefined&status=undefined&startTime=undefined&endTime=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "操作成功",
"data": {
"list": [
{
"id": 1006,
"orderId": 12,
"orderNo": "ORD202605011200001234",
"scriptCode": "php_basic",
"pluginId": "encrypt.provider",
"scriptName": "MurkPHP",
"status": "queued",
"submitTime": "2026-05-04 12:00:00",
"completeTime": null,
"estimatedCost": "10.00",
"actualCost": "0.00",
"fileName": "index.php",
"fileCount": 1,
"fileHash": "sha256...",
"failedCount": 0,
"processedCount": 0,
"fileSize": "1.00KB",
"duration": 0,
"downloadUrl": "https://api.murk.top/api/encrypt/download?id=1006&expires=1778000000&signature=...",
"downloadFileName": "index_encrypted.zip"
}
],
"total": 1,
"page": 1,
"limit": 10
}
}