系统级别输入参数
参数名称 | 说明 |
---|---|
appkey | 客户端标识 (由fesco技术部提供给调用方一对appkey与appsecret) |
sign | 调用方签名后的字符串 |
format | (json/jsonp)如果该参数不传递,默认返回json |
timeStamp | 时间戳(毫秒值,1534225991898) |
methodName | 方法名 |
接口概述 | |
---|---|
开发者 | 赵少林 |
方法名 | ocr.ocrCallback |
说明 | OCR服务提供方回传识别数据给FESCO。 |
应用级输入参数
名称 | 类型 | 是否必须 | 描述 | 示例值 | 默认值 |
---|---|---|---|---|---|
![]() |
|
是 | 应用级别参数对象Json序列化后的字符串 | ||
└ caseNo |
|
是 | 分案号 | ||
└ insuranceNo |
|
否 | 保单号 | ||
└ orgName |
|
否 | 投保单位 | ||
└ provider |
|
是 | 外包商 | ||
└ channel |
|
是 | 渠道来源 | 11.微信12.APP13.闪赔14.自保线下(无需录入申请书)15.人保健深分16.人保寿总营17.人保寿北分18.华夏19.人保财总部20.北大方正21.恒安标准线上22 恒安标准线下23.中华联合 | |
![]() |
|
申请书对象 | |||
![]() |
|
账单信息列表 | |||
![]() |
|
影像信息 |
返回结果
名称 | 类型 | 描述 |
---|---|---|
code |
|
0为成功,其他为失败 |
errorMsg |
|
失败原因 |
successResult |
|
成功数据 |
errorResult |
|
错误数据集合 |
status |
|
1为中间库成功,2为新系统成功,3为新系统失败(新系统业务处理异常,不插入中间库) |
piCallRecId |
|
中间表主键id(根据中间表主键id查询返回正确业务数据的json串) |
errorStack |
|
错误堆栈 |
调用示列
{
"caseNo": "Q201901021054001001",
"insuranceNo": "",
"orgName": "",
"provider": "安诚迈科",
"channel": "15",
"apply": {
"accidentType": "1",
"applyType": "00",
"applyMoney": "150",
"billCount": "1",
"applyRelation": "00",
"insuredGender": " 张三",
"insuredIdType": "1",
"insuredIdNo": "123456201901014589",
"beneficiaryList": [
{
"beneficialOrder": "1",
"beneficialPercent": "0",
"beneficiaryAccountNo": ""
}
]
},
"bill": [
{
"name": "张三",
"invoiceNo": "45679798134",
"feeType": "1",
"settle": "1",
"medicareType": "2",
"medicareNo": "",
"payDate": "2019-01-01",
"hospitalName": "北京积水潭医院",
"hospitalCode": "456713744",
"diseaseName": "骨折",
"diseaseCode": "456412",
"total": "1000",
"largeFundPay": "850",
"retirementSupplementPay": "0",
"disabledSoldierSubsidyPay": "0",
"orgSupplementPay": "0",
"poolingFundPay": "0",
"fundTotal": "850",
"inRangeMoneySum": "0",
"inRangeMoney": "0",
"largeFundPaySum": "0",
"individualAccountBalance": "0",
"individualAccountPay": "0",
"individualCashPay": "0",
"poolingFundPaySum": "0",
"pay1": "150",
"floorMoney": "0",
"ceilingMoney": "0",
"pay2": "0",
"individualPay": "0",
"westernMedicine": "0",
"chineseMedicine": "0",
"chineseHerbalMedicine": "0",
"inspectFee": "0",
"materialFee": "0",
"bedFee": "0",
"bloodFee": "0",
"operationFee": "0",
"labFee": "0",
"otherFee": "0",
"nursingFee": "0",
"checkFee": "0",
"treatmentFee": "0",
"specialRequireFee": "0",
"registerFee": "0",
"radiationFee": "0",
"visitFee": "0",
"consultationFee": "0",
"ambulanceFee": "0",
"anesthesiaFee": "0",
"salvageFee": "0",
"oxygenFee": "0",
"selfMadeDrugFee": "0",
"pathologyFee": "0",
"ultrasoundFee": "0",
"artificialOrgan": "0",
"deliveryFee": "0",
"babyFee": "0",
"accompanyBedFee": "0",
"heatingFee": "0",
"nationMedicine": "0",
"specialFee": "0",
"medicalServiceFee": "0",
"boilMedicineFee": "0",
"foodFee": "0",
"hospitalDays": "0",
"hospitalNo": "",
"hospitalCaseNo": "",
"singleDiseaseFlag": "",
"thirdPayName": "",
"thirdPayMoney": "0",
"unReasonableMoney": "0",
"unReasonableDesc": "",
"problemType": "",
"billItemList": [
{
"feeItem": "",
"grade": "1"
}
],
"imageName": "7C15B55003361B11E053DF4B000A1646",
"individualTotal":"0",
"relatedImageList": [
{
"imageName": "7C15B55003361B11E053DF4B000A1646",
"imageType": "2"
}
]
}
],
"imageList": [
{
"imageName": "7C15B55003361B11E053DF4B000A1646",
"imageType": "2"
}
]
}
错误码
错误编码 | 错误描述 | 错误原因 | 解决方案 |
---|