{
"method": "/cloud/wxDownloadAsync",
"params": {
"guid": "{{guid}}",
"filename": "31481c22-bf28-4760-8478-fc80a5e2efc6.jpeg",
"fileUrl": "https://xx.com/31481c22-bf28-4760-8478-fc80a5e2efc6.jpeg",
"fileType": 1
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/cloud/wxDownloadAsync",
"params": {
"guid": "{{guid}}",
"filename": "31481c22-bf28-4760-8478-fc80a5e2efc6.jpeg",
"fileUrl": "https://xx.com/31481c22-bf28-4760-8478-fc80a5e2efc6.jpeg",
"fileType": 1
}
}'{}