| 1234567891011121314151617181920212223242526272829303132 | {  "result": 1,  "description": "",  "data": {    "total": 32,    "dataList": [      {      "id":123,        "nickname": "张三",        "openId": "x5jifx9glaqx0mfa",        "sex":"1",        "country": "中国",        "province": "湖北省",        "city": "武汉",        "balance": 100,        "groupName": "武汉大学寝室",        "gateway": "微信"      },       {   "id":456,              "nickname": "尼古拉斯赵四",              "openId": "d40clgjqxk361",              "sex":"2",              "country": "中国",              "province": "湖北省",              "city": "黄冈",              "balance": 200,              "groupName": "黄冈中学",              "gateway": "支付宝"            }    ]  }}
 |