简要描述:

  • 添加提现账户

请求URL:

POST:一级域名/index.php?s=/wapapi/member/bank_account_detail

参数:

参数名 是否必须 类型 说明
account_id 必填 int 账户id

返回示例:

正确时返回:

{
    "code": "1",
	"message":"获取成功"
	"data": {
    		"id": 1,    
		"type": 1,
    		"realname": 1,    
    		"account_number": 1,
    		"open_bank": 1,
    		"bank_type": 1,
   		"bank_code": 1,
    		"bank_card": 1,
    		"mobile": 1,
		"cvv2": 1,
		"valid_date": 1
		"is_update": 0
  }
}

错误时返回:

{
    "code": -1,
    "message": "获取失败"
}

返回参数说明:

参数名 类型 说明
id int 账户Id
type int 账号类型 1银行卡2微信3支付宝4银行卡手动
realname string 真实姓名
account_number string 银行账号
open_bank string 开户行
bank_type string 银行卡类型00银行卡02信用卡
bank_code string 银行编号
bank_card string 身份证号
mobile string 手机号
cvv2 string 安全码
valid_date string 有效期
valid_date int 1需要升级