{
"data": {
"to_wxid": "xxxxxx@chatroom",
"content": "@所有人 早上好",
"at_list": [
"notify@all"
]
},
"type": 34002
}curl --location 'http://127.0.0.1:8981/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"to_wxid": "xxxxxx@chatroom",
"content": "@所有人 早上好",
"at_list": [
"notify@all"
]
},
"type": 34002
}'{
"data": null,
"msg": "ok",
"type": 34002
}