请求例子:
apirq('account', {
data: {
"row": 2,
"page": 4
}
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1524645333",
"data": {
"page": 4,
"row": 2,
"count": 2,
"total_count": 14,
"total_page": 7,
"lists": [
{
"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": "Netpoint",
"contacts": "王小虎",
"mobile": "13244446666",
"tel": "031248231",
"email": ""
},
{
"account_id": "38b4df0f678f5e1c",
"code": "",
"atype": 3,
"linkid": "dc332415f1c87f9b",
"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": "Company",
"contacts": "李白",
"mobile": "13212345678",
"tel": "0281324567",
"email": ""
}
]
}
}