{
"code": 0,
"success": true,
"msg": "成功",
"data": {
"status": 4 // 1:待扫码。2:已扫码,待确认。4:已确认
}
}
二维码登录-检查扫码结果
接口获取登录cookieAuthorization: Bearer ********************
二次验证初始化
接口返回的rid
值检查扫码结果
返回的response_status
,一般为471
检查扫码结果
返回的response_headers
中的verifytype
检查扫码结果
返回的response_headers
中的verifyuuid
{
"rid":"",
"verify_biz":"",
"verify_type":"",
"verify_uuid":"",
"proxy":""
}
curl --location --request POST 'http://api.moreapi.cn/api/xhs/query_captcha' \
--header 'cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"rid":"",
"verify_biz":"",
"verify_type":"",
"verify_uuid":"",
"proxy":""
}'
{}