{
"data": {
"to_wxid": "224114xxxx@chatroom",
"content": "好啊",
"at_all": 1,
"at_list": [
"wxid_xxxxxx",
"wxid_xxxxxxx"
]
},
"client_id": 1,
"type": "MT_SEND_CHATROOM_AT_V2_MSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"to_wxid": "224114xxxx@chatroom",
"content": "好啊",
"at_all": 1,
"at_list": [
"wxid_xxxxxx",
"wxid_xxxxxxx"
]
},
"client_id": 1,
"type": "MT_SEND_CHATROOM_AT_V2_MSG"
}'
{}