{
"type": "getWeChatList",
"data": {}
}
curl --location --request POST 'http://127.0.0.1:7777/qianxun/httpapi?safekey=' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "getWeChatList",
"data": {}
}'
{
"code": 200,
"msg": "操作成功",
"result": [
{
"startTimeStamp": "1716631086",
"startTime": "2024年5月25日17时58分6秒",
"runTime": "25分24秒",
"recv": 1,
"send": 0,
"wxNum": "DaenPro",
"nick": "小鹿\\uD83D\\uDE00\\uD83D\\uDE00摸",
"wxid": "wxid_nq6r0w9v12612",
"pid": "27072",
"port": "7296"
}
],
"timestamp": "1716632610621"
}