[TOC]
简要描述
请求URL
http://localhost:30001/CheckFriendStatus
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
wxidlist |
是 |
string |
要检测的好友微信ID清单 |
delay |
否 |
string |
每个微信请求延迟 |
发送示例
{
"wxidlist": "wxid_123456,themid,wxid_3331123",
"delay": "10"
}
返回示例
{
"code": "0",
"list": [
{
"wxid": "qq180..",
"status": "1"
},
{
"wxid": "wxid_kq..2",
"status": "1"
},
{
"wxid": "the..",
"status": "1"
},
{
"wxid": "hai..",
"status": "1"
},
{
"wxid": "wangy..",
"status": "1"
},
{
"wxid": "wxid_of8z..",
"status": "1"
},
{
"wxid": "wxid_u9gxpqf..",
"status": "1"
},
{
"wxid": "wxid_gjbrv...",
"status": "1"
},
{
"wxid": "wxid_kqism...",
"status": "1"
},
{
"wxid": "wxid_oiszz...",
"status": "1"
},
{
"wxid": "wxid_...",
"status": "1"
},
{
"wxid": "wxid_hst3g...",
"status": "1"
},
{
"wxid": "wxid_qleu...",
"status": "2"
},
{
"wxid": "hxx419...",
"status": "1"
}
]
}
返回参数说明
参数名 |
类型 |
说明 |
status |
string |
1=好友 </br>2=被对方删除 </br>3=被对方拉黑 </br>4=主动拉黑了对方 |