错误码 | 说明 |
---|---|
20206 | id 错误,找不到对应客户 |
20207 | unionid 错误,找不到对应客户 |
20208 | unionid 和 id 必须至少提供一个 |
{}
curl --location --request GET 'https://open.weibanzhushou.com/open-api/external_user/get?id=wm8zkSaSL7dgds4s45fw&unionid=oYtnV58v4QOisCZdE4qU02eK1pvU&openid=ohpYX63Ss6YnNTdv9YKcjpPGnBhA&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"errcode": 0,
"errmsg": "ok",
"total": 1,
"external_user": {
"id": "wm8xjUCAAAS4ozkSaSL7WIyxhV3iROJw",
"type": 1,
"unionid": "oz9xvw_jfkmHMGWVSn5CatKSTOMU",
"created_at": 1579243948,
"name": "clth",
"avatar": "http://wx.qlogo.cn/mmhead/Q3auHgzwzM6uFkY7eOZOK4bo3lMOKdYBcYrWYZ8cFuxYj6iaULHjLibQ/0",
"corp_full_name": null,
"corp_name": null,
"gender": 1,
"position": null,
"external_profile": null,
"follow_staffs": [
{
"staff_id": "zhangsan",
"staff_name": "张三",
"staff_avatar": "http://wework.qpic.cn/wwhead/duc2TvpEgSSWiaVLaJnssaYfX71u0Rya0GdmcJWhR6qBgbjkqiaSIKkicTy1wVhr9tQoTMP4rCxFLM/0",
"state": "wb:269",
"state_text": "通过渠道码 xx 添加",
"state_type": "corp_contact_way",
"remark": "微伴客户",
"remark_state": "微伴渠道",
"description": "",
"remark_corp_name": "夜莺科技",
"remark_mobiles": "[]",
"deleted_at": 1591940337,
"deleted_by": "external_user",
"deleted_each_other": false,
"age": "26",
"phone_number": "13000000000",
"qq": "487892822",
"weibo": "zhangsan",
"email": "487892822@qq.com",
"address": "武汉市",
"birthday": "2月15",
"custom_fields": [
{
"corp_id": "1654076890000000000",
"created_at": 1618383250,
"deleted": false,
"field_type": "text",
"field_value": "",
"has_staff_used": true,
"id": 307,
"name": "自定义信息3",
"rank_num": 2
},
{
"corp_id": "1654076890000000000",
"created_at": 1618560293,
"deleted": false,
"field_type": "text",
"field_value": "",
"has_staff_used": true,
"id": 331,
"name": "自定义信息2",
"rank_num": 1
},
{
"corp_id": "1654076890000000000",
"created_at": 1619091933,
"deleted": false,
"field_type": "text",
"field_value": "",
"has_staff_used": true,
"id": 332,
"name": "自定义信息1",
"rank_num": 0
}
],
"tags": [
{
"group": "城市",
"name": "武汉市"
},
{
"group": "渠道类型",
"name": "线下"
}
],
"internal_tags": [
{
"name": "已沟通"
}
]
}
]
}
}