{
"type": "getAuthInfo"
}
curl --location --request POST 'http://127.0.0.1:7777/qianxun/httpapi?wxid=wxid_nq6r0w9v12612&safekey=' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "getAuthInfo"
}'
{
"code": 200,
"msg": "查询成功",
"result": {
"wxid": "wxid_nq6r0w9v12612",
"expireTime": "2025-06-26 14:40:15",
"isExpire": 0
},
"wxid": "wxid_nq6r0w9v12612",
"port": 7002,
"pid": 29380,
"flag": "7643",
"timestamp": "1739972298824"
}