| 1234567891011121314151617181920212223242526272829303132333435363738 | {  "result": 1,  "description": null,  "payload": {    "total": 11,    "totalAmount": 888,    "aggregate": {      "2018-08": 50,      "2017-06": 100    },    "dataList": [      {        "id": "WFL100000",        "time": "2018-08-25 12:00",        "title": "张三充值 充电桩1001",        "amount": 3      },      {        "id": "WFL100001",        "time": "2018-08-24 12:00",        "title": "广告1991收入",        "amount": 5      },      {        "id": "WFL100002",        "time": "2017-06-25 12:00",        "title": "李四充卡 卡号3301",        "amount": 5.01      },      {        "id": "WFL100003",        "time": "2017-06-24 12:00",        "title": "王五充值 洗衣机1001",        "amount": 6      }    ]  }}
 |