简要描述:
-余额明细
请求URL:
POST:一级域名/wapapi/member/balanceDetail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 流水id |
返回示例:
正确时返回:
{
"code": 0,
"data": {
"id": 175,
"uid": 202,
"shop_id": 0,
"account_type": 2,
"sign": 0,
"number": -1,
"from_type": 8,
"data_id": "33",
"text": "余额提现待审核,会员可用余额减少,冻结余额增加",
"create_time": "2018-10-11 10:11:03",
"website_id": 26,
"records_no": "Bt181011101103679",
"status": 1,
"msg": "",
"charge": 0,
"balance": "0.00",
"point": 0,
"nick_name": "Tim、",
"user_name": "Tim、",
"user_tel": "13450394261",
"user_email": "",
"user_headimg": "http://thirdwx.qlogo.cn/mmopen/viaUXDLx1etadqpfFSEYRoHmBLWKe4LQGwVvee6LMcXWLdrJ5elFgu3t5ricaPWc6fYfdwUPsHKYibWQ5jiaj7U66Z8d1SnNFpo8/132",
"change_money": -1,
"type_name": "微信提现(处理中)",
"user_info": "Tim、"
}
}
错误时返回:
{
"code": -1,
"message": "系统繁忙"
}
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
id | int | 流水ID | |
account_type | int | 账户类型1.积分2.余额3.购物币 | |
balance | int | 当前的余额 | |
change_money | int | 最终变动的金额 | |
number | int | 变动金额 | |
charge | int | 手续费 | |
status | string | -1和4为失败,3为成功,其余为处理中 | |
msg | string | 失败的原因 | |
text | string | 流水描述 | |
create_time | int | 创建时间 | |
user_name | string | 用户名 | |
user_headimg | 用户头像 | 创建时间 | |
records_no | string | 流水单号 | |
user_name | string | 用户名 | |
user_headimg | string | 用户头像 | |
type_name | string | 类型名称 | |
from_type | string | 8为提现 |