| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 | {  "result": 1,  "description": null,  "payload": {    "dataList": [      {        "dateStr": "2017-05",        "dateText": "本月",        "totalIncome":"-120",        "payIncome": "-100",        "adIncome": "-20",        "offlineCoins": "-5"      },      {        "dateStr": "2017-04",        "dateText": "2017年04月",           "totalIncome":"90",        "payIncome": "80",        "adIncome": "10",        "offlineCoins": "3"      },      {        "dateStr": "2017-03",        "dateText": "2017年03月",           "totalIncome":"60",        "payIncome": "60",        "adIncome": "0",        "offlineCoins": "0"      },      {        "dateStr": "2017-02",        "dateText": "2017年02月",           "totalIncome":"50",        "payIncome": "50",        "adIncome": "0",        "offlineCoins": "1"      },      {        "dateStr": "2017-01",        "dateText": "2017年01月",           "totalIncome":"30",        "payIncome": "30",        "adIncome": "0",        "offlineCoins": "2"      },      {        "dateStr": "2016-12",        "dateText": "2016年12月",           "totalIncome":"10",        "payIncome": "10",        "adIncome": "0",        "offlineCoins": "3"      }    ]  }}
 |