token: ********************
{
"addition": "{}",
"room_id": "3690042373845835xxx",
"channel_id": "3690042373983952xxx",
"channel_type": 1,
"heychat_ack_id": "0",
"msg_type": 20,
"msg": "{\"data\":[{\"type\":\"card\",\"modules\":[{\"type\":\"section\",\"paragraph\":[{\"type\":\"plain-text\",\"text\":\"黑盒语音\"}]},{\"type\":\"section\",\"paragraph\":[{\"type\":\"markdown\",\"text\":\"**黑盒语音**\"}]},{\"type\":\"section\",\"paragraph\":[{\"type\":\"plain-text\",\"text\":\"黑盒语音\"},{\"type\":\"markdown\",\"text\":\"**黑盒语音**\"},{\"type\":\"plain-text\",\"text\":\"黑盒语音\"}]},{\"type\":\"section\",\"paragraph\":[{\"type\":\"plain-text\",\"text\":\"123\"},{\"type\":\"image\",\"url\":\"https://chat.max-c.com/pic/1844295655587745795.gif\",\"size\":\"medium\",\"width\":144,\"height\":144}]},{\"type\":\"section\",\"paragraph\":[{\"type\":\"plain-text\",\"text\":\"123\"},{\"type\":\"button\",\"event\":\"link-to\",\"value\":\"https://chat.top\",\"text\":\"跳转\",\"theme\":\"success\",\"size\":\"lg\"}]}]}]}"
}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v2/channel_msg/send?client_type=&x_client_type=&os_type=&x_os_type=&x_app=&chat_os_type=&chat_version=' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"addition": "{}",
"room_id": "3690042373845835xxx",
"channel_id": "3690042373983952xxx",
"channel_type": 1,
"heychat_ack_id": "0",
"msg_type": 20,
"msg": "{\"data\":[{\"type\":\"card\",\"modules\":[{\"type\":\"section\",\"paragraph\":[{\"type\":\"plain-text\",\"text\":\"黑盒语音\"}]},{\"type\":\"section\",\"paragraph\":[{\"type\":\"markdown\",\"text\":\"**黑盒语音**\"}]},{\"type\":\"section\",\"paragraph\":[{\"type\":\"plain-text\",\"text\":\"黑盒语音\"},{\"type\":\"markdown\",\"text\":\"**黑盒语音**\"},{\"type\":\"plain-text\",\"text\":\"黑盒语音\"}]},{\"type\":\"section\",\"paragraph\":[{\"type\":\"plain-text\",\"text\":\"123\"},{\"type\":\"image\",\"url\":\"https://chat.max-c.com/pic/1844295655587745795.gif\",\"size\":\"medium\",\"width\":144,\"height\":144}]},{\"type\":\"section\",\"paragraph\":[{\"type\":\"plain-text\",\"text\":\"123\"},{\"type\":\"button\",\"event\":\"link-to\",\"value\":\"https://chat.top\",\"text\":\"跳转\",\"theme\":\"success\",\"size\":\"lg\"}]}]}]}"
}'
{
"msg": "string",
"result": {
"chatmobile_ack_id": "string",
"heychat_ack_id": "string"
},
"status": "string"
}