{
"method": "/cloud/cdnWxDownload",
"params": {
"guid": "{{guid}}",
"fileAeskey": "32656637373664**********36353264",
"fileId": "3069020102046230600201000204954ff05702030f42410**********0d7ac3cae5f26b9390da50201010201000400",
"fileMd5": "5c6ebc09c990d7ac3cae5f26b9390da5"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/cloud/cdnWxDownload",
"params": {
"guid": "{{guid}}",
"fileAeskey": "32656637373664**********36353264",
"fileId": "3069020102046230600201000204954ff05702030f42410**********0d7ac3cae5f26b9390da50201010201000400",
"fileMd5": "5c6ebc09c990d7ac3cae5f26b9390da5"
}
}'{
"code": 0,
"data": {
"coverUrl": "https://wework.qpic.cn/wwpic3a**********TYOsVii_1709274772/0",
"fileUrl": "https://wework.qpic.cn/wwpic3**********2RNQHmdDjh_1709274772/0",
"fileMd5": "88ccc33ea8c261e2c37051ce85d57d89"
},
"msg": "成功"
}