{
"pageNo": 1,
"pageSize": 10,
"params": {
"id": 1,
"internatOrcivil": 1,
"settleType": 2,
"purchaseType": 1,
"insuranceNo": 1,
"valid": 1,
"supplierProductName": "平安国内航意险(HB)方案一",
"supplierProductCode": "MP03040966",
"insureType": "1",
"companyName": "中国平安保险(集团)股份有限公司"
}
}curl --location --request POST '/api/insurance/getInsurance' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"params": {
"id": 1,
"internatOrcivil": 1,
"settleType": 2,
"purchaseType": 1,
"insuranceNo": 1,
"valid": 1,
"supplierProductName": "平安国内航意险(HB)方案一",
"supplierProductCode": "MP03040966",
"insureType": "1",
"companyName": "中国平安保险(集团)股份有限公司"
}
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"orderNo": 0,
"transactionId": "",
"insuranceName": "",
"orderType": 0,
"holderName": "",
"insuredNameList": [
""
],
"insureTimeList": [
""
],
"totalPremium": 0,
"insuredCount": 0,
"insCompanyName": 0,
"pnr": "",
"status": 0
}
],
"total": 0,
"current": 0,
"size": 0
}
}