{
"toWxid": "47558923582@chatroom",
"imgUrl": "需要是在线的URL地址!,获取地址:参考OSS对象操作"
}curl --location --request POST '/sendImageMessage' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"toWxid": "47558923582@chatroom",
"imgUrl": "需要是在线的URL地址!,获取地址:参考OSS对象操作"
}'{
"ret": 0,
"msg": "string",
"data": {
"toWxid": "string",
"createTime": 0,
"msgId": 0,
"newMsgId": 0,
"type": null,
"aesKey": "string",
"fileId": "string",
"cdnThumbUrl": "string",
"length": 0,
"cdnThumbLength": 0,
"width": 0,
"height": 0,
"md5": "string"
}
}