"data": { "wxid": "xxxxxx@chatroom", "content": "test,你好{$@},你好{$@}.早上好", "at_list": ["wxid_xxxxxx","wxid_xxxxxxx"] }
"wxid": "xxxxxx@chatroom", "content": "@所有人 早上好", "at_list": ["notify@all"]
{ "wxid": "51559850011@chatroom", "content": "你在干嘛呢? {$@} 中午好啊", "at_list": [ "F1061166944" ] }
curl --location --request POST 'http://10.6.77.233:5000/api/wechat/send-at-text' \ --header 'Content-Type: application/json' \ --data-raw '{ "wxid": "51559850011@chatroom", "content": "你在干嘛呢? {$@} 中午好啊", "at_list": [ "F1061166944" ] }'
{}