{
"toWxid": "string 接收方微信Id",
"voiceUrl": "string 语音文件的链接,仅支持silk格式(* 需要是在线的URL地址!,获取地址:参考OSS对象操作)",
"voiceDuration": "integer,语音时长,单位毫秒"
}curl --location --request POST '/sendVoiceMessage' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"toWxid": "string 接收方微信Id",
"voiceUrl": "string 语音文件的链接,仅支持silk格式(* 需要是在线的URL地址!,获取地址:参考OSS对象操作)",
"voiceDuration": "integer,语音时长,单位毫秒"
}'{
"ret": 0,
"msg": "string",
"data": {
"toWxid": "string",
"createTime": 0,
"msgId": 0,
"newMsgId": 0,
"type": null
}
}