{
"unitOrDeptId": "string",
"unitAllPath": "string",
"type": "string",
"contractType": "string",
"pageIndex": "string",
"pingzId": "string",
"contractCode": "string",
"contractName": "string",
"closingParty": "string",
"allComplete": "string",
"haveUnComplete": "string",
"synchronousAttachment": "string",
"saveOrUpdate": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//apiPz/getContractInfo.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"unitOrDeptId": "string",
"unitAllPath": "string",
"type": "string",
"contractType": "string",
"pageIndex": "string",
"pingzId": "string",
"contractCode": "string",
"contractName": "string",
"closingParty": "string",
"allComplete": "string",
"haveUnComplete": "string",
"synchronousAttachment": "string",
"saveOrUpdate": "string"
}'
{
"data": {
"cpage": 1,
"totalitem": 1,
"totalpage": 1,
"pagesize": 20,
"nextpage": 1,
"previouspage": 1,
"hasnextpage": false,
"hasprevioupage": false,
"hasfristpage": false,
"hasendpage": false,
"list": [
{
"linkedId": "2c2897058de32e65018de931d1f1000d",
"deptName": "淮城A镇集体经济组织②",
"endDate": "2022-10-01",
"planMoney": "100.00",
"contractType": "资产租赁合同",
"pingzId": null,
"deptId": "ca3db6a36ea74ab59c05fadf42892842",
"remark": "",
"pingzName": null,
"checkBoxStatus": "1",
"signDate": "2023-10-31",
"planIsOver": "否",
"planNumber": "3e643ff3406e4b46aa00ce44ead17da7",
"closingParty": "乙方",
"money": "1000.00",
"areaName": "淮安市/淮安区/淮城街道",
"contractId": "2c288e2e8b085cf5018b0883873400a9",
"contractName": "资产租赁合同超长期预警测试",
"planId": "2c288e928c61b6e0018c61c142360017",
"isRelevance": "false",
"deadLineDate": "2023-12-01",
"contractCode": "H320000000000A022310B811"
}
],
"map": null
},
"msg": "成功",
"code": 0,
"success": true
}