更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************
{
"taskId":"aaaa"
}
curl --location --request POST 'http://localhost:6880/project/task/file/downloadTemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId":"aaaa"
}'
{}