curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/msg/voiceToTextQuery",
"params": {
"guid": "",
"msgServerId": 269856,
"voiceId": "{{voiceId}}"
}
}'{
"code": 0,
"data": {
"text": "hhhhhh",
"isEnd": true
},
"msg": "成功"
}