请求例子:
apirq('accountlog', {
data: {
"account_id": "0000000000000001"
}
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1525750287",
"data": {
"page": 1,
"row": 15,
"count": 4,
"total_count": 4,
"total_page": 1,
"lists": [
{
"id": 9,
"trade_no": "2018050851519948",
"trade_time": 1525747299,
"year": 2018,
"month": 5,
"day": 8,
"hour": 10,
"minute": 41,
"trade_by": 100,
"account_id": 1,
"category": 24,
"subject": 25,
"expenses": "-3.0000",
"income": "0.0000",
"surplus": "988.0000",
"flow_to": "\"0000000000000002\"",
"flow_from": "\"0000000000000001\"",
"description": "帐户系统转账到账户内建商户上,转出金额为3元",
"content": "",
"signature": "0000000000000100",
"category_name": "内部转账",
"subject_name": "转账转出"
},
{
"id": 7,
"trade_no": "2018050848515749",
"trade_time": 1525747216,
"year": 2018,
"month": 5,
"day": 8,
"hour": 10,
"minute": 40,
"trade_by": 100,
"account_id": 1,
"category": 24,
"subject": 25,
"expenses": "-3.0000",
"income": "0.0000",
"surplus": "991.0000",
"flow_to": "\"0000000000000002\"",
"flow_from": "\"0000000000000001\"",
"description": "帐户系统转账到账户内建商户上,转出金额为3元",
"content": "",
"signature": "0000000000000100",
"category_name": "内部转账",
"subject_name": "转账转出"
},
{
"id": 5,
"trade_no": "2018050898571015",
"trade_time": 1525746987,
"year": 2018,
"month": 5,
"day": 8,
"hour": 10,
"minute": 36,
"trade_by": 100,
"account_id": 1,
"category": 24,
"subject": 25,
"expenses": "-5.0000",
"income": "0.0000",
"surplus": "994.0000",
"flow_to": "\"0000000000000002\"",
"flow_from": "\"0000000000000001\"",
"description": "帐户系统转账到账户内建商户上,转出金额为5元",
"content": "",
"signature": "0000000000000100",
"category_name": "内部转账",
"subject_name": "转账转出"
},
{
"id": 3,
"trade_no": "2018050853999955",
"trade_time": 1525746101,
"year": 2018,
"month": 5,
"day": 8,
"hour": 10,
"minute": 21,
"trade_by": 100,
"account_id": 1,
"category": 24,
"subject": 25,
"expenses": "-1.0000",
"income": "0.0000",
"surplus": "999.0000",
"flow_to": "\"0000000000000002\"",
"flow_from": "\"0000000000000001\"",
"description": "帐户系统转账到账户内建商户上,转出金额为1元",
"content": "",
"signature": "0000000000000100",
"category_name": "内部转账",
"subject_name": "转账转出"
}
]
}
}