| 123456789101112131415161718192021222324252627282930313233343536373839 | {  "result": 1,  "description": null,  "payload": {    "total": 11,    "totalAmount": 888,    "aggregate": {      "2017-05": 50,      "2017-04": 100    },    "dataList": [      {        "id": "WFL100000",        "time": "2017-05-25 12:00",        "title": "投币1个",        "amount": 3      },      {        "id": "WFL100001",        "time": "2017-05-24 12:00",        "title": "洗衣30分钟",        "amount": 5      },      {        "id": "WFL100002",        "time": "2017-04-25 12:00",        "title": "充电5分钟",        "amount": 5.01      },      {        "id": "WFL100003",        "time": "2017-04-24 12:00",        "title": "领取纸巾1包",        "amount": 6      }    ]  }}
 |