请求例子:
apirq('account/myacc')
返回数据结果:
{
"code": 0,
"msg": "获取账户信息成功!",
"time": "1524644054",
"data": {
"account_id": "0000000000000001",
"code": "",
"atype": 1,
"linkid": "1000000000000000",
"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": "系统",
"name": "系统",
"contacts": "小小",
"mobile": "13412345678",
"tel": "",
"email": "asdf@s.com"
}
}