{
"id": "xxx"
}
curl --location --request POST 'https://api.leebay.cyou/docmee/v1/api/ppt/downloadPptx' \
--header 'Authorization: sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "xxx"
}'
{
"code": 0,
"data": {
"id": "xxx",
"name": "xxx",
"subject": "xxx",
"fileUrl": "https://xxx" // 文件链接(有效期:2小时)
},
"message": "操作成功"
}