{
"proxyIp": "",
"qrContent": "https://channels.weixin.qq.com/mobile/confirm_login.html?token=AQAAAAU6Z4vTAheiPSH4Ew"
}curl --location --request POST '/scanLoginChannels' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"proxyIp": "",
"qrContent": "https://channels.weixin.qq.com/mobile/confirm_login.html?token=AQAAAAU6Z4vTAheiPSH4Ew"
}'{
"ret": 0,
"msg": "string",
"data": {
"sessionId": "string",
"finderList": {
"finderUsername": "string",
"nickname": "string",
"headImgUrl": "string",
"coverImgUrl": "string",
"spamFlag": 0,
"acctType": 0,
"authIconType": 0,
"ownerWxUin": 0,
"adminNickname": "string",
"categoryFlag": "string",
"uniqId": "string",
"isMasterFinder": true
},
"acctStatus": 0
}
}