curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/cloud/cdnUploadByUrlAsync",
"params": {
"guid": "",
"filename": "{{filename}}",
"fileUrl": "{{fileUrl}}",
"fileType": 1
}
}'{
"code": 0,
"data": {
"requestId": "901efcada57ff16a469411b3e7f1b009"
},
"msg": "成功"
}