curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/msg/sendVoice",
"params": {
"guid": "",
"fileAesKey": "{{fileAesKey}}",
"fileId": "{{fileId}}",
"fileSize": 117935,
"voiceTime": 2,
"toId": "{{toId}}"
}
}'{
"code": 0,
"msg": "成功",
"data": {
"isSendSuccess": 1,
"msgServerId": 1011353,
"msgType": 2,
"msgUniqueIdentifier": "901efcada57ff16a469411b3e7f1b009",
"seq": 7104740,
"timestamp": 1778132182,
"extras": {
"base64RawData": "eyJkZW1vIjoiZGF0YSJ9",
"signedMsg": {
"infoBuffer": "eyJpbmZvIjoiZGVtbyJ9",
"originalContentType": 2,
"signature": "demo_signature_9f3a2c"
}
}
}
}