appId 与 wxid 的对应关系。captchCode。没有数字验证码时,请按客户端提示完成验证后继续查询登录状态。curl --location 'http://api.wechatapi.net/finder/v2/api/login/checkLogin' \
--header 'wechat-token: ' \
--header 'Content-Type: application/json' \
--data '{
"appId": "{appid}",
"uuid": "{uuid}",
"autoSliding": true
}'{
"ret": 200,
"msg": "操作成功",
"data": {
"uuid": "AfPV********5Mr",
"headImgUrl": "http://wx.qlogo.c****D/0",
"nickName": "苏生-服务支持",
"expiredTime": 201,
"status": 1,
"loginInfo": null
}
}