请求例子:
apirq('account/:account_id', {
data: {
"account_id": "3255cb569a2b9ada"
},
urlparams: [
"account_id"
]
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1524649040",
"data": {
"account_id": "3255cb569a2b9ada",
"code": "",
"atype": 4,
"linkid": "c84dfc14b0fe119f",
"status": 1,
"total_amount": "0.0000",
"deposit_line": "0.0000",
"deposit_amount": "0.0000",
"reservation_amount": "0.0000",
"usable_amount": "0.0000",
"freeze_amount": "0.0000",
"donation_amount": "0.0000",
"expense_amount": "0.0000",
"income_amount": "0.0000",
"revenue_amount": "0.0000",
"recharge_amount": "0.0000",
"withdraw_amount": "0.0000",
"penalty_amount": "0.0000",
"atype_name": "网点",
"account_name": "上海",
"contacts": "王小虎",
"mobile": "13244446666",
"tel": "031248231",
"email": ""
}
}