{
"systemData": {
"imBotId": "string",
"imContactId": "string"
},
"wecomData": {
"wecomUserId": "string",
"externalUserId": "string"
}
}
curl --location --request POST 'https://aa-hub.ddregion.com/api/v2/customer/detail?token=1c7090c6d0894856982a07ea7a8dd0a4' \
--header 'Content-Type: application/json' \
--data-raw '{
"systemData": {
"imBotId": "string",
"imContactId": "string"
},
"wecomData": {
"wecomUserId": "string",
"externalUserId": "string"
}
}'
{
"errcode": 0,
"errmsg": "string",
"data": {
"imContactId": "string",
"name": "string",
"avatar": "string",
"gender": "string",
"remark": "string",
"createTimestamp": "string",
"remarkMobiles": [
0
],
"imInfo": {
"type": "string",
"tags": [
{
"tagName": "string",
"type": "3",
"groupName": "string",
"tagId": "string"
}
],
"externalUserId": "string",
"unionId": "string",
"followUser": {
"wecomUserId": "string",
"state": "string"
}
},
"botInfo": {
"botId": "string",
"imBotId": "string",
"name": "string",
"avatar": "string"
},
"systemTags": [
{
"groupName": "string",
"tagName": "string",
"tagId": "string"
}
],
"customerName": "string",
"description": "string"
}
}