{
"type": "killWeChat",
"data": {
"wxid": "",
"port": "8888",
"pid": ""
}
}
curl --location --request POST 'http://127.0.0.1:7777/qianxun/httpapi?safekey=' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "killWeChat",
"data": {
"wxid": "",
"port": "8888",
"pid": ""
}
}'
{
"code": 200,
"msg": "已经成功结束1个微信",
"timestamp": "1757211878088"
}