## 示例
~~~[api]
post:/
*pageNum=1#请求页码数(int)
*pageSize=10#请求每页条数(int)
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {
"pages":{
"totalNum":2,
"pageNum":1,
"pageSize":10,"
},
"lists":[
{
"id": "133066841000003",
"account": "Installer",
"name": "常贵春",
"sex": 2,
"birthday": "2018-05-06",
"idType": 1,
"idNo": "110100100002120212",
"phone": "13306684100",
"email": "super@xinwei.com.cn",
"address": "北京市海淀区东北旺中关村软件园7号楼",
"photo": "http://images.chunzeacademy.com:8080/group1/M00/00/05/J2sPS1rNdNSAa_I4AADgM2QtLhU488.jpg",
"createTime": "2018-06-06",
"status": 2
}
]
}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~