{
"appId": "{{appid}}",
"toWxid": "34757816141@chatroom",
"voiceUrl": "https://scrm-1308498490.cos.ap-shanghai.myqcloud.com/1/silkFile.silk?q-sign-algorithm=sha1&q-ak=AKIDmOkqfDUUDfqjMincBSSAbleGaeQv96mB&q-sign-time=1724227312;2588140912&q-key-time=1724227312;2588140912&q-header-list=&q-url-param-list=&q-signature=7c603355032a67280328c9b898b9e04bdd56e79b",
"voiceDuration": 2000
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/message/postVoice' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"toWxid": "34757816141@chatroom",
"voiceUrl": "https://scrm-1308498490.cos.ap-shanghai.myqcloud.com/1/silkFile.silk?q-sign-algorithm=sha1&q-ak=AKIDmOkqfDUUDfqjMincBSSAbleGaeQv96mB&q-sign-time=1724227312;2588140912&q-key-time=1724227312;2588140912&q-header-list=&q-url-param-list=&q-signature=7c603355032a67280328c9b898b9e04bdd56e79b",
"voiceDuration": 2000
}'
{
"ret": 200,
"msg": "操作成功",
"data": {
"toWxid": "34757816141@chatroom",
"createTime": 1704357563,
"msgId": 640355967,
"newMsgId": 2321462558768366474,
"type": null
}
}