{
"data": {
"to_wxid": "xxxxxx@chatroom",
"content": "test,你好{$@},你好{$@}.早上好",
"at_list": ["wxid_xxxxxx","wxid_xxxxxxx"]
},
"client_id": 1,
"type": "MT_SEND_CHATROOM_ATMSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"to_wxid": "xxxxxx@chatroom",
"content": "test,你好{$@},你好{$@}.早上好",
"at_list": ["wxid_xxxxxx","wxid_xxxxxxx"]
},
"client_id": 1,
"type": "MT_SEND_CHATROOM_ATMSG"
}'
{}