简要描述:
- 银行卡信息
请求域名:
请求URL:
GET/&route=plugin.converge_pay.frontend.controllers.home.index
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
{
result: 1,
msg: "data",
data: {
quick_pay: "1",
payment_status: "0",
member: {
uid: 2455,
uniacid: 6,
mobile: "15219025049",
email: "",
groupid: 6,
credit1: "1275.00",
credit2: "6676.56",
credit3: "0.00",
credit4: "0.00",
credit5: "0.00",
credit6: "0.00",
createtime: 1510044568,
realname: "柏丽芬",
nickname: "Joe",
avatar: "http://wx.qlogo.cn/mmopen/jrrLmvV27wvvl8ylHs1nNYP6aKOxtdCdiacsTOYJg6zzrxgrPoTkk9gTv25zvzLrSnnB3ttSUia2IJe2XtfrnAOedGHJVNUdNib/0",
qq: "",
vip: 0,
gender: 2,
birthyear: 2017,
birthmonth: 12,
birthday: 2,
constellation: "",
zodiac: "",
telephone: "",
idcard: "",
studentid: "",
grade: "",
address: "",
zipcode: "",
nationality: "",
resideprovince: "省",
residecity: "市",
residedist: "",
graduateschool: "",
company: "",
education: "",
occupation: "",
position: "",
revenue: "",
affectivestatus: "",
lookingfor: "",
bloodtype: "",
height: "",
weight: "",
alipay: "",
msn: "",
taobao: "",
site: "",
bio: "",
interest: "",
avatar_image: "https://wx.qlogo.cn/mmopen/jrrLmvV27wvvl8ylHs1nNYP6aKOxtdCdiacsTOYJg6zzrxgrPoTkk9gTv25zvzLrSnnB3ttSUia2IJe2XtfrnAOedGHJVNUdNib/0",
username: "Joe"
}
}
}
错误时返回:
{
result:0
msg:"错误信息"
data: {}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
quick_pay | int | 快捷支付是否开启 |
payment_status | int | 提现产品是否开启 |
member | obj | 会员信息 |
username | string | 会员名称 |
avatar_image | string | 会员头像 |
备注:
- 更多返回错误代码请看首页的错误代码描述