{
"orgId": 0,
"myRelType": "string",
"otherRelType": "string",
"relTaxCode": "string",
"relOrgName": "string",
"authType": 0,
"pageNo": 0,
"pageSize": 0
}curl --location '/web/orgRel/getOrgRelsByPage' \
--header 'Content-Type: application/json' \
--data '{
"orgId": 0,
"myRelType": "string",
"otherRelType": "string",
"relTaxCode": "string",
"relOrgName": "string",
"authType": 0,
"pageNo": 0,
"pageSize": 0
}'{
"requestId": "string",
"success": true,
"message": null,
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"id": 0,
"relOrgId": 0,
"relOrgName": "string",
"relTaxCode": "string",
"myRelType": "string",
"otherRelType": "string",
"authType": "string",
"relStartTime": "string"
}
]
}