{
"appId": "{{appid}}",
"wxids": [
"wxid_**********"
]
}
curl --location --request POST 'http://api.videosapi.com/finder/v2/api/contacts/checkRelation' \
--header 'VideosApi-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"wxids": [
"wxid_**********"
]
}'
{
"ret": 200,
"msg": "检测好友关系成功",
"data": [
{
"wxid": "wxid_adfwh232asd",
"relation": 1
},
{
"wxid": "wxid_adfgsfghe2322",
"relation": 2
},
{
"wxid": "wxid_adfgsfgfnytj2",
"relation": 0
}
]
}
产品可行性及API相关问题咨询