{
"method": "/msg/voiceToTextQuery",
"params": {
"guid": "{{guid}}",
"msgServerId": 1069122,
"voiceId": "57888***4328128"
}
}curl --location --request POST 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/voiceToTextQuery",
"params": {
"guid": "",
"msgServerId": 1069122,
"voiceId": "57888***4328128"
}
}'{
"code": 0,
"data": {
"voiceId": "17576*****1697"
},
"msg": "成功"
}