{
"type": "getLoginStatus",
"data": {
}
}curl --location --request POST 'http://127.0.0.1:8888/wechat/httpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "getLoginStatus",
"data": {
}
}'{
"code": 200,
"msg": "操作成功",
"result": {
"status": 4,
"statusMsg": "点击登录界面"
},
"wxid": "",
"port": 8888,
"pid": 30788,
"flag": "7888",
"timestamp": "1716628513527"
}