{
"method": "/cloud/cdnBigUploadByUrl",
"params": {
"guid": "{{guid}}",
"filename": "ceshi.xls",
"fileUrl": "https://foo.com/xxx.xls",
"fileType": 5
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/cloud/cdnBigUploadByUrl",
"params": {
"guid": "{{guid}}",
"filename": "ceshi.xls",
"fileUrl": "https://foo.com/xxx.xls",
"fileType": 5
}
}'{
"code": 0,
"data": {
"fileAesKey": "32656637373664366**********64",
"fileId": "3069020102046230600201000204954ff05702030f424102043f7a5875020465e14218042466616365623137352d346531642d303332342**********31346662636231376202010002032c3ef004105c6ebc09c990d7ac3cae5f26b9390da50201010201000400",
"fileKey": "faceb175-4e1d-0324-15bc-efc14fbcb17b",
"fileMd5": "5c6ebc09c990d7ac3cae5f26b9390da5",
"fileSize": 2899681,
"fileThumbSize": 7733,
"filename": "stone.jpg",
"cloudUrl": "https://wochat-media-dev.oss-cn-beijing.aliyuncs.com/wochat/stone.jpg"
},
"msg": "成功"
}