{
"userId": 393493779062848,
"customerId": 419663324330048,
"qwUserId": "zhangqiang123"
}
curl --location --request POST '/api/v3/get-corp-highseas-contacts' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 393493779062848,
"customerId": 419663324330048,
"qwUserId": "zhangqiang123"
}'
{
"code": 0,
"message": "success",
"data": [
{
"customerId": 410524156766272,
"wechatNickname": "兰媛媛",
"contactId": 410510641262656,
"customerName": "兰媛媛",
"phoneNumbers": [
"15981931274"
]
},
{
"customerId": 410524156766272,
"wechatNickname": null,
"contactId": 411047097458752,
"customerName": "徐重要",
"phoneNumbers": [
"18071202383"
]
},
{
"customerId": 410524156766272,
"wechatNickname": null,
"contactId": 411045461317696,
"customerName": "联系人696",
"phoneNumbers": [
"18171274244"
]
}
]
}