{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custNum": "string",
"id": 0,
"serviceAddressLocationX": "string",
"serviceAddressLocationY": "string"
}curl --location --request POST '/custHomeBed/queryContactList' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custNum": "string",
"id": 0,
"serviceAddressLocationX": "string",
"serviceAddressLocationY": "string"
}'{
"success": false,
"code": "",
"message": "",
"data": [
{
"custRelationName": "",
"custRelationMobile": "",
"relationship": "",
"relationshipStr": "",
"identityNo": "",
"address": ""
}
]
}