{
"method": "/msg/sendVoice",
"params": {
"guid": "{{guid}}",
"fileAesKey": "9ea774c26eb444a3b07cb5da5d3cf33f",
"fileId": "306b0201020464306202010002044c9aff3e02030f42410204c83b66b4020468c0ed04042439656137373463322d366562342d343461332d623037632d6235646135643363663333660203100005020301ccb004108f4f247167c75011fa9fc15ee65baa3b0201050201000400",
"fileSize": 117935,
"voiceTime": 2,
"toId": "{{toId}}"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendVoice",
"params": {
"guid": "{{guid}}",
"fileAesKey": "9ea774c26eb444a3b07cb5da5d3cf33f",
"fileId": "306b0201020464306202010002044c9aff3e02030f42410204c83b66b4020468c0ed04042439656137373463322d366562342d343461332d623037632d6235646135643363663333660203100005020301ccb004108f4f247167c75011fa9fc15ee65baa3b0201050201000400",
"fileSize": 117935,
"voiceTime": 2,
"toId": "{{toId}}"
}
}'{
"data": {},
"code": 0,
"msg": "string"
}