{
"api": 5,
"data": {
"wxid": "45885566987@chatroom",
"content": "@大不刘 文本消息",
"list": [
"wxid_5sreyxxxxxx
"
]
}
}
curl --location --request POST 'http://prod-cn.your-api-server.com/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"api": 5,
"data": {
"wxid": "45885566987@chatroom",
"content": "@大不刘 文本消息",
"list": [
"wxid_5sreyxxxxxx
"
]
}
}'
{
"api": 5,
"errCode": 1,
"errMsg": "请求处理成功",
"port": 11000,
"selfwxid": "wxid_ybwn0tkr1t3722"
}