"notice_type": "flash_file",
"sub_type": "downloading", // downloaded 表示下载完成
curl --location --request POST 'http://127.0.0.1:3000/download_flash_file' \
--header 'Content-Type: application/json' \
--data-raw '{
// "file_set_id": "65",
"share_link": "https://monstrous-scratch.name/"
}'
{
"status": "ok",
"retcode": 0,
"data": null,
"message": "",
"wording": ""
}