微信访客id列表(长度<=100)
{
"ids": [
"string"
]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/user/wx_user_detail?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
{
"msg": "sunt culpa fugiat aliquip sit",
"data": {
"user_list": {
"id": "81",
"name": "布公给院信传",
"avatar": "http://dummyimage.com/100x100"
}
},
"code": "91"
}