Skip to content

Commit 4f3eef5

Browse files
committed
返回任务id
1 parent 9eeec9c commit 4f3eef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/apis/sqlmap_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def start_scan(payload: sqlmapschema.SqlmapScanPayload = Body(...)):
3030

3131
return {
3232
"success": True,
33-
"taskid": celery_tasks.id,
33+
"celery_task_id": celery_tasks.id,
3434
}
3535

3636

0 commit comments

Comments
 (0)