{
"page":1,
"pageSize":20,
"mortgageId":"c67b3b7e69c5c65131946ea8542acb7f",
"clientId": "26edab18d1594e03a59191e5c28d4374"
}
curl --location --request POST '/v3api/zszc/mortgage_pledgee' \
--header 'Content-Type: application/json' \
--data-raw '{
"page":1,
"pageSize":20,
"mortgageId":"c67b3b7e69c5c65131946ea8542acb7f",
"clientId": "26edab18d1594e03a59191e5c28d4374"
}'
{
"code": 0,
"gid": "8c8d3d55cd6b447593896854d88007ca",
"data": {
"detail": [{
"identity_no": "非公示项",
"identity_type": "营业执照"
}],
"page": {
"page_total": 1,
"total_count": 1,
"page_no": 1,
"page_size": 20
}
},
"bizcode": 10000,
"success": true,
"message": "OK"
}