add url status contentlength

This commit is contained in:
Autumn.home 2024-07-13 13:22:30 +08:00
parent 4a7b2c6d62
commit 5a2f5f79e6
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ async def url_data(request_data: dict, db=Depends(get_mongo_db), _: dict = Depen
"id": {"$toString": "$_id"},
"input": 1,
"source": 1,
"status": 1,
"length": 1,
"type": "$outputtype",
"url": "$output",
"time": 1,