{
"toWxid": "47558923582@chatroom",
"emojiMd5": "4cc7540a85b5b6cf4ba14e9f4ae08b7c",
"emojiSize": 102357
}curl --location --request POST '/sendEmojiMessage' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"toWxid": "47558923582@chatroom",
"emojiMd5": "4cc7540a85b5b6cf4ba14e9f4ae08b7c",
"emojiSize": 102357
}'{
"ret": 0,
"msg": "string",
"data": {
"toWxid": "string",
"createTime": null,
"msgId": 0,
"newMsgId": 0,
"type": null
}
}