curl --location --request GET 'http://10.6.77.233:5000/api/wechat/voice-to-text?msgid'{
"code": 0,
"message": "成功",
"data": {
"from_wxid": "xxxxx",
"msgid": "448314xxxxxxx39",
"room_wxid": "",
"status": 1,
"text": "测试语音,转文本功能。",
"to_wxid": "wxid_xxxx2",
"wx_type": 34
}
}