请求例子:
apirq('accountsubject', {
data: {
"row": 3
}
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1524651185",
"data": {
"page": 1,
"row": 3,
"count": 3,
"total_count": 32,
"total_page": 11,
"lists": [
{
"id": 1,
"pid": 0,
"sort": 10,
"title": "现金存取",
"alias": "cashflow",
"description": "记录帐户充值与提现,帐户的资金流向为外部银行平台"
},
{
"id": 2,
"pid": 1,
"sort": 10,
"title": "充值",
"alias": "recharge",
"description": "帐户通过网银或充值到帐户"
},
{
"id": 3,
"pid": 1,
"sort": 10,
"title": "提现",
"alias": "withdraw",
"description": "帐户从可用余额中提现小于余额的资金到帐户银行卡上"
}
]
}
}