{
"projectId": "2016422018623922178",
"phone": "13800000000"
}curl --location --request POST '/merchantapi/v2/projects/queryRecruitStatus' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'X-Encrypt-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "2016422018623922178",
"phone": "13800000000"
}'{
"code": 0,
"message": "成功",
"data": {
"projectId": "2016422018623922178",
"maskedPhone": "138****0000",
"platformUserId": "DY20260115105692",
"status": "UNRECRUITED"
}
}