Authorization: Bearer ********************
{ "scriptCode": "php_basic", "fileId": "f1d2d2f924e986ac86fdf7b36c94bcdf", "options": {} }
curl --location 'https://api.murk.top/api/v1/encrypt/tasks' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "scriptCode": "php_basic", "fileId": "f1d2d2f924e986ac86fdf7b36c94bcdf", "options": {} }'
{ "code": 200, "message": "加密任务已提交", "data": { "taskId": 1006, "id": 1006, "jobId": 1, "status": "queued", "fileName": "index.php", "fileCount": 1, "fileHash": "sha256...", "failedCount": 0, "processedCount": 0, "cost": 10 } }