| 12345678910111213141516171819202122232425262728293031 | {  "result": 1,  "description": null,  "para": {    "total": 111,    "dataList": [      {        "paymentId": "12321413213",        "bankName": "工商银行",        "statusText": "提现成功",        "amount": 30.30,        "withdrawalsDate": "2016-01-01"      },       {              "paymentId": "12321413213",              "bankName": "工商银行",              "statusText": "提现失败",              "amount": 30.30,              "withdrawalsDate": "2016-01-01"            },                    {                           "paymentId": "12321413213",                           "bankName": "工商银行",                           "statusText": "申请中",                           "amount": 30.30,                           "withdrawalsDate": "2016-01-01"                         }    ],    "withdrawalTotal": 12.12  }}
 |