{
"creditCode": "",
"companyName": "安徽居众建设集团有限公司",
"page": 1,
"pageSize": 20,
"clientId": "26edab18d1594e03a59191e5c28d4374"
}
curl --location --request POST '/v3api/adv/corp_contract' \
--header 'Content-Type: application/json' \
--data-raw '{
"creditCode": "",
"companyName": "安徽居众建设集团有限公司",
"page": 1,
"pageSize": 20,
"clientId": "26edab18d1594e03a59191e5c28d4374"
}'
{
"code": 0,
"data": {
"detail": [
{
"contract_no": "",
"contract_name": "上海市环境学校关于其他制冷空调设备的协议供货馆合同",
"pay_method": "",
"corp_name": "上海潜航空调有限公司",
"project_name": "",
"announce_date": "2022-12-14",
"corp_contact_info": "",
"project_no": "11N42500458420222001",
"tenderee_contact_info": "",
"delivery_period": "",
"contract_amt": "107480.00",
"contract_date": "2022-12-14",
"tenderee": "上海市环境学校",
"corp_address": "",
"tenderee_address": ""
}
],
"page": {
"page_total": 3,
"total_count": 44,
"page_no": 1,
"page_size": 20
}
},
"bizcode": 10000,
"success": true,
"message": "OK"
}