{
"Base64": "string",
"ToWxid": "string",
"Type": 0,
"VoiceTime": 0,
"Wxid": "string"
}
curl --location --request POST '/SendVoiceMsg' \
--header 'Content-Type: application/json' \
--data-raw '{
"Base64": "string",
"ToWxid": "string",
"Type": 0,
"VoiceTime": 0,
"Wxid": "string"
}'
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"CancelFlag": 0,
"ClientMsgId": "string",
"CreateTime": 0,
"EndFlag": 0,
"FromUserName": "string",
"Length": 0,
"MsgId": 0,
"NewMsgId": 0,
"Offset": 0,
"ToWxid": "string",
"VoiceLength": 0
},
"Message": "string",
"Success": true
}