| 123456789101112131415161718192021222324252627282930313233343536 | {  "result": 1,  "description": null,  "para": {    "total": 2,    "refundTotal": 4,    "dataList": [                    {                        "name": "张三",                          "avatar": "img/headImg.jpg",                        "id": "xx1312321321",                        "groupName": "武汉大学",                        "description": "呜呜呜呜",                        "coins": 2,                        "operator": "杨秋月",                        "createdTime": "2016-06-02"                    },                    {                        "name": "张三",                          "avatar": "img/headImg.jpg",                        "id": "xx1312321321",                         "groupName": "武汉大学",                        "description": "呜呜呜呜",                        "coins": 2,                        "operator": "杨秋月",                        "createdTime": "2016-06-02"                    }    ]  }}
 |