Authorization: Bearer ********************
{
"file": "string"
}
curl --location --request POST 'http://127.0.0.1:3000/get_image' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"file": "E:\\SystemDocuments\\QQ\\721011692\\nt_qq\\nt_data\\Pic\\2024-10\\Ori\\982eac0e63f48aa524afeaab4a0454fb.gif",
"url": "https://multimedia.nt.qq.com.cn/download?appid=1407&fileid=EhQUF44jzJ2UpXQ5wgCbzSDrXE6fwBiq1Qog_woozb_H76qkiQMyBHByb2RQgL2jAVoQ-4KUwjXwnPw5XThLD-tL1w&spec=0&rkey=CAESKBkcro_MGujo_-Kh0dsVOliftm4gzNtIFmtigHMTCIkVQRLhdZqOhp8",
"file_size": "174762",
"file_name": "982EAC0E63F48AA524AFEAAB4A0454FB.gif"
},
"message": "",
"wording": ""
}