{
"appId": "{{appid}}",
"toWxid": "34757816141@chatroom",
"imgUrl": "http://dummyimage.com/400x400"
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/message/postImage' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"toWxid": "34757816141@chatroom",
"imgUrl": "http://dummyimage.com/400x400"
}'
{
"ret": 200,
"msg": "操作成功",
"data": {
"toWxid": "34757816141@chatroom",
"createTime": 0,
"msgId": 640355969,
"newMsgId": 8992614056172360013,
"type": null,
"aesKey": "7678796e6d70626e6b626c6f7375616b",
"fileId": "3052020100044b30490201000204e49785f102033d11fd0204136166b4020465966eea042437646265323234362d653662662d343464392d393363362d3139313661363863646266390204052418020201000400",
"length": 1096,
"width": 400,
"height": 400,
"md5": "e6355eab0393facbd6a2cde3f990ef60"
}
}