{
"wx_user_ids":["xxx"]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/wx_user/detail?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"wx_user_ids":["xxx"]
}'
{
"code": 0,
"msg": "success",
"data": {
"name": "xxx",
"avatar": "xxx",
"follow_user": [
{
"userid": "xxx",
"tags": [
{
"tag_id": "xxx",
"tag_name": "xxx",
"group_id": "xxx",
"group_name": "xxx"
}
]
}
],
"company_list": [
{
"company_id": "xxx",
"company_name": "xxx"
}
],
"business_list": [
{
"business_id": "xxx",
"business_name": "xxx"
}
]
}
}