curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Recommend/GetReferrerInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"referrerInfos": [{
"employeeId": "",
"mail": "liaoxiaolu127796@beisen.com",
"phone": "13656565656"
}, {
"employeeId": "zxb666",
"mail": "zxb127796@beisen.com",
"phone": ""
}]
}'{
"data": [
{
"referrerId": "string",
"referrerName": "string",
"referrerType": 0,
"beisenUserId": 0,
"referrerPhone": "string",
"referrerEmail": "string",
"referrerEmployeeId": "string",
"bonusBalance": "string",
"pointsBalance": "string",
"accumulationBonus": "string",
"accumulationPoints": "string",
"bindingStatus": 0,
"departmentName": "string"
}
],
"code": 0,
"message": "string"
}