{
"relId": 0,
"orgId": 0,
"relOrgId": 0,
"pageNo": 0,
"pageSize": "string"
}curl --location --request GET '/web/orgRel/record/getRecord/' \
--header 'Content-Type: application/json' \
--data '{
"relId": 0,
"orgId": 0,
"relOrgId": 0,
"pageNo": 0,
"pageSize": "string"
}'{
"requestId": "string",
"success": true,
"message": null,
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"id": 0,
"relId": "string",
"fromOrgId": "string",
"fromOrgName": "string",
"toOrgId": 0,
"toOrgName": "string",
"auditState": 0,
"myRelType": "string",
"otherRelType": "string",
"creater": "string",
"createTime": "string",
"auditor": "string",
"auditTime": "string",
"sourceFlag": 0,
"authType ": "string",
"applyType": "string"
}
]
}