简要描述:

  • 抬头模糊查询接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 杨铝杰 2020-02-24 2020-02-24

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type String 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明
name String 企业名关键字
mch_no String 商户号
sign String 加密后的密钥

返回示例:

正确时返回:

{
    "retCode": "0000",
    "retMsg": "处理成功",
    "dataDetail": [{
         "name": "深圳市信瑞泰支付服务有限公司",
         "taxCode" : "123456xxxx",
         "address": "深南东路",
          "telephone": "0755-8888 8888",
          "bank":"中信银行湖贝支行",
          "account":"1111 2222 3333 xxxx"
    }]
}

错误时返回:

{
    "retCode": "500",
    "errMsg": "系统错误"
}

返回参数说明:

参数名 类型 说明
retCode String 0000为成功,其他失败
retMsg String 返回消息
dataDetail Json Array 内容如下
name String 公司名称
taxCode String 公司税号
address String 公司地址
telephone String 公司电话
bank String 公司开户银行
account String 开户银行账号

备注:

  • 更多返回错误代码请看首页的错误代码描述
文档更新时间: 2020-02-24 20:37   作者:高俭