{
"accountId": "string",
"type": 0
}curl --location '/conContract/getMainContractFile' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"accountId": "string",
"type": 0
}'{
"code": 0,
"msg": "",
"data": {
"fileId": "",
"fileName": "",
"contractId": 0,
"contractNo": "",
"contractName": "",
"otherCompanyName": "",
"archivalTime": "",
"agreementContractList": [
{
"fileId": "",
"fileName": "",
"contractId": 0,
"contractNo": ""
}
]
}
}