{
"method": "/msg/sendFile",
"params": {
"guid": "{{guid}}",
"fileAesKey": "77a57600970141b09caf30498edf5858",
"fileId": "306b0201020464306202010002044c9aff3e02030f42410204c83b66b4020468bfef49042437376135373630302d393730312d343162302d396361662d333034393865646635383538020310000502030ca01004100509d04c4e3b56d76c72aeb2376bb1bb0201050201000400",
"fileSize": 827392,
"filename": "istone_1709280032552.xls",
"toId": "{{toId}}"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendFile",
"params": {
"guid": "{{guid}}",
"fileAesKey": "77a57600970141b09caf30498edf5858",
"fileId": "306b0201020464306202010002044c9aff3e02030f42410204c83b66b4020468bfef49042437376135373630302d393730312d343162302d396361662d333034393865646635383538020310000502030ca01004100509d04c4e3b56d76c72aeb2376bb1bb0201050201000400",
"fileSize": 827392,
"filename": "istone_1709280032552.xls",
"toId": "{{toId}}"
}
}'{
"data": {},
"code": 0,
"msg": "string"
}