{
"type": "runWeChat",
"data": {
"port": "8888"
}
}
curl --location --request POST 'http://127.0.0.1:7777/qianxun/httpapi?safekey=' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "runWeChat",
"data": {
"port": "8888"
}
}'
{
"code": 200,
"msg": "已启动微信[eB0M5AvcDwTWRJsC.dll],端口[8888],等待登录...",
"result": {
"wxid": "",
"port": 8888,
"pid": 27316,
"flag": "7888",
"timestamp": "1757211835274"
},
"timestamp": "1757211835274"
}