简要描述:
- 提现账户列表
请求URL:
POST:一级域名/index.php?s=/wapapi/member/tl_bank_account
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"code": 0,
"data": [
{
"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": "https://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/2019/09/10/16/86685786b4426d5a5f3c9d9b4dba129b2.png"
}
]
}
错误时返回:
{
"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 | 银行图标 | ||
agree_id | string | 不为空表示已签约 |