登录

您的位置 : 文档中心 -> API信息

系统级别输入参数

参数名称 说明
appkey 客户端标识 (由fesco技术部提供给调用方一对appkey与appsecret)
sign 调用方签名后的字符串
format (json/jsonp)如果该参数不传递,默认返回json
timeStamp 时间戳(毫秒值,1534225991898)
methodName 方法名

接口概述
开发者 张强
方法名 medicaremgr.checkBankCardIsExist
说明

应用级输入参数

名称 类型 是否必须 描述 示例值 默认值
jsonList {} 应用级别参数对象Json序列化后的字符串
bankCardId Long 银行卡ID
bankType Integer 银行卡类型
busiType Integer 业务类型 1、补医保

返回结果

名称 类型 描述
code String 0为成功,其他为失败
errorMsg String 失败原因
successResult [] 成功数据
errorResult {} 错误数据集合
status String 1为中间库成功,2为新系统成功,3为新系统失败(新系统业务处理异常,不插入中间库)
piCallRecId String 中间表主键id(根据中间表主键id查询返回正确业务数据的json串)
errorStack String 错误堆栈

调用示列

入参
{
"bankCardId": "123",
"bankType": "8",
"busiType": "1"
}

正常返参:
{
"code": "0",
"errorMsg": "",
"errorResult": null,
"piCallRecId": "string",
"status": 2,
"successResult":
[
{
"existState": true
}
]

}

错误返参
{
"code": "0",
"errorMsg": "银行卡ID不能为空",
"errorResult": [],
"piCallRecId": "11269862",
"status": "2",
"successResult": []
}

错误码

错误编码 错误描述 错误原因 解决方案

API工具

联系我们

400-8000-800

产品咨询:010-85692930

FESCO官方

FESCO服务