{
"type": "Q0009",
"data": {
"wxid": "21257217892@chatroom",
"title": "王某和赵某的聊天记录",
"dataList": [
{
"wxid": "wxid_3sq4tklb6c3121",
"nickName": "Daen",
"timestamp": "1657461281",
"msg": "我是一条伪造的消息"
},
{
"wxid": "wxid_3sq4tklb6c3121",
"nickName": "Daen",
"timestamp": "1657461281",
"msg": "阿萨德阿萨德阿萨德"
},
{
"wxid": "wxid_3sx9sjgq99kd22",
"nickName": "叽里咕噜",
"timestamp": "1657461281",
"msg": "嘿嘿,我也是"
}
]
}
}
curl --location --request POST 'http://127.0.0.1:8805/DaenWxHook/client/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "Q0009",
"data": {
"wxid": "21257217892@chatroom",
"title": "王某和赵某的聊天记录",
"dataList": [
{
"wxid": "wxid_3sq4tklb6c3121",
"nickName": "Daen",
"timestamp": "1657461281",
"msg": "我是一条伪造的消息"
},
{
"wxid": "wxid_3sq4tklb6c3121",
"nickName": "Daen",
"timestamp": "1657461281",
"msg": "阿萨德阿萨德阿萨德"
},
{
"wxid": "wxid_3sx9sjgq99kd22",
"nickName": "叽里咕噜",
"timestamp": "1657461281",
"msg": "嘿嘿,我也是"
}
]
}
}'
{
"code": 200,
"msg": "操作成功",
"result": {},
"wxid": "wxid_3sq4tklb6c3121",
"port": 7305,
"pid": 12384,
"flag": "7777",
"timestamp": "1657462661814"
}