简要描述:

  • 提现账户列表

请求URL:

POST:一级域名/wapstore/addons/execute/addons/store/controller/wapstore/action/bankAccount

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:


{
   "code": 0
   "data": [
    {
      "id": 12,
      "uid": 266,
      "type": 3,
      "realname": "邝欢畅",
      "account_number": "18539772378@163.com",
      "open_bank": "",
      "remark": "",
      "is_default": 0,
      "create_date": 1543916491,
      "modify_date": 1543916491,
      "website_id": 26,
      "bank_type": "0",
      "bank_prop": "0",
      "bank_code": "",
      "agree_id": "",
      "bank_card": "",
      "mobile": "",
      "cvv2": "",
      "valid_date": "",
      "bank_iocn": ""
	  "once_money": "-",
      "day_money": "-"
    },
    {
      "id": 35,
      "uid": 266,
      "type": 1,
      "realname": "vc",
      "account_number": "85464",
      "open_bank": "",
      "remark": "",
      "is_default": 1,
      "create_date": 1563435410,
      "modify_date": 1563435410,
      "website_id": 26,
      "bank_type": "0",
      "bank_prop": "0",
      "bank_code": "",
      "agree_id": "",
      "bank_card": "",
      "mobile": "",
      "cvv2": "",
      "valid_date": "",
      "bank_iocn": ""
    },
    {
      "id": 40,
      "uid": 266,
      "type": 1,
      "realname": "",
      "account_number": "6217858000041936088",
      "open_bank": "中国银行",
      "remark": "",
      "is_default": 0,
      "create_date": 1565230475,
      "modify_date": 0,
      "website_id": 26,
      "bank_type": "00",
      "bank_prop": "0",
      "bank_code": "0104",
      "agree_id": "201908081014359916",
      "bank_card": "",
      "mobile": "",
      "cvv2": "",
      "valid_date": "",
      "bank_iocn": "",
	  "once_money": "-",
      "day_money": "-"
    }
  ]
}

错误时返回:

{
    "code": -1,
    "message": "系统繁忙"
}

返回参数说明:

参数名 类型 说明
id int 账户ID
type int 账号类型 1银行卡(自动)2微信3支付宝4银行卡(手动)
account_number string 银行卡号 支付宝账号
bank_type 必填 string 银行卡类型 00银行卡02信用卡
is_default int 是否默认账号 1:是
bank_iocn string 银行图标
once_money string 每次限额
day_money string 每天限额