接口描述:

  • 商户微信进件信息

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 庞晓宇 2020-01-09 2020-01-09

请求URL:

  • 服务商接口URL:/api/wx_mch_applyment/get

请求方式:

  • GET
  • POST

请求参数:

参数名 是否必须 类型 说明
mchId int(20) 商户ID

返回参数说明:

参数名 类型 说明
code int 0
msg string success
data json 查询成功返回list数据

返回数据说明:

参数名 类型 说明
applyNo int(20) 申请编号
mchId int(20) 商户ID
isvId int(20) 服务商ID
applyStatus int(6) 小微商户状态:0-未入驻, 1-审核中, 2-审核通过, 3-待签约, 4-签约失败
auditInfo string 小微商户审核信息
idCardCopy string 身份证人像面照片
idCardNational string 身份证国徽面照片
idCardName string 身份证姓名
idCardNumber string 身份证号码
idCardValidTime string 身份证有效期限
accountName string 开户名称
accountBank string 开户银行
bankAddressCode string 开户银行省市编码
bankName string 开户银行全称(含支行)
accountNumber string 银行账号
storeName string 门店名称
storeAddressCode string 门店省市编码
storeStreet string 门店街道名称
storeLongitude string 门店经度
storeLatitude string 门店纬度
storeEntrancePic string 门店门口照片
indoorPic string 店内环境照片
merchantShortName string 商户简称
addressCertification string 经营场地证明
servicePhone string 客服电话
productDesc string 售卖商品/提供服务描述
rate string 费率
businessAdditionDesc string 补充说明
businessAdditionPics string 补充材料
contact string 超级管理员姓名
contactPhone string 手机号码
contactEmail string 联系邮箱
wxApplymentId string 微信返回申请单号
wxApplymentMchQrImg string 微信返回商户进件二维码图片地址
wxMchId string 微信返回商户编号

返回示例:

{
  "code" : 0,
  "msg" : "success",
  "data" : {
    "ps" : null,
    "applyNo" : 1,
    "mchId" : 1,
    "isvId" : 1,
    "applyStatus" : 1,
    "auditInfo" : "asdasda",
    "idCardCopy" : "aa",
    "idCardNational" : "a",
    "idCardName" : "a",
    "idCardNumber" : "1",
    "idCardValidTime" : "1",
    "accountName" : "1",
    "accountBank" : "1",
    "bankAddressCode" : "1",
    "bankName" : "1",
    "accountNumber" : "1",
    "storeName" : "1",
    "storeAddressCode" : "1",
    "storeStreet" : "1",
    "storeLongitude" : "1",
    "storeLatitude" : "1",
    "storeEntrancePic" : "1",
    "indoorPic" : "1",
    "addressCertification" : "1",
    "merchantShortName" : "1",
    "servicePhone" : "1",
    "productDesc" : "1",
    "rate" : "1",
    "businessAdditionDesc" : "1",
    "businessAdditionPics" : "1",
    "contact" : "1",
    "contactPhone" : "1",
    "contactEmail" : "1",
    "wxApplymentId" : "1",
    "wxApplymentMchQrImg" : "11",
    "wxMchId" : "1"
  }
}
文档更新时间: 2021-10-25 18:11   作者:刘正阳