curl --location -g --request GET 'http://{{ip}}:9000/dual-prevention-service/riskUnit/pageList?id=&riskObjectId=&unitName=&principalUserId=&principalDeptId=' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"current": 0,
"total": 0,
"records": [
{
"id": 0,
"version": 0,
"riskObjectId": 0,
"unitName": "string",
"unitType": 0,
"principalUserId": 0,
"principalDeptId": 0,
"inherentLevel": "string",
"inherentValue": 0,
"inherentColor": "string",
"updateInherentLevel": true,
"residualLevel": "string",
"residualValue": 0,
"residualColor": "string",
"nfcCode": "string",
"enable": true,
"remark": "string",
"updatedBy": 0,
"updatedTime": "2019-08-24T14:15:22.123Z",
"principalDeptName": "string",
"principalUserName": "string",
"updatedName": "string",
"objectName": "string",
"worstEventName": "string",
"existBindingElectronRail": true,
"bindingElectronRailCount": 0
}
],
"pages": 0
}
}