### **獲取完整API、源碼、技術支持、精選面試題**
> ### **請購買 $ [大前端精選 - 面試題](http://www.hmoore.net/small-four/asdasdasdasd/content/HTML.md)**
### 用戶列表
~~~[api]
post:/manage/user/list.do
number:pageSize=10#每頁默認數量
*number:pageNum=1#頁數
<<<
success
{
data: {
"pageNum":1,
"pageSize":10,
"size":10,
"orderBy":null,
"startRow":1,
"endRow":10,
"total":3247,
"pages":325,
"list": [
{
????????????????"id":3272,
????????????????"username":"youyouu",
????????????????"password":"",
????????????????"email":"youyo\*\*@happymmall.com",
????????????????"phone":"152\*\*\*\*8888",
????????????????"question":"問題",
????????????????"answer":"答案",
????????????????"role":0,
????????????????"createTime":1554800674000,
????????????????"updateTime":1554804523000
????????????},
{
????????????????"id":3271,
????????????????"username":"324342",
????????????????"password":"",
????????????????"email":"432343\*\*@qq.com",
????????????????"phone":"156\*\*\*\*7898",
????????????????"question":"543",
????????????????"answer":"43",
????????????????"role":0,
????????????????"createTime":1554794196000,
????????????????"updateTime":1554794196000
????????????},
{
????????????????"id":3270,
????????????????"username":"lxw",
????????????????"password":"",
????????????????"email":"24237120\*\*@qq.com",
????????????????"phone":"188\*\*\*\*7665",
????????????????"question":"我是誰",
????????????????"answer":"lxw",
????????????????"role":0,
????????????????"createTime":1554790309000,
????????????????"updateTime":1554790309000
????????????},
{
????????????????"id":3269,
????????????????"username":"zthang",
????????????????"password":"",
????????????????"email":"6487934\*\*@qq.com",
????????????????"phone":"188\*\*\*\*1868",
????????????????"question":"?",
????????????????"answer":"?",
????????????????"role":0,
????????????????"createTime":1554778769000,
????????????????"updateTime":1554778769000
????????????},
{
????????????????"id":3268,
????????????????"username":"NvDsper",
????????????????"password":"",
????????????????"email":"22824814\*\*@qq.com",
????????????????"phone":"158\*\*\*\*3102",
????????????????"question":"111",
????????????????"answer":"111",
????????????????"role":0,
????????????????"createTime":1554774004000,
????????????????"updateTime":1554774004000
????????????},
{
????????????????"id":3267,
????????????????"username":"syichol",
????????????????"password":"",
????????????????"email":"8260011\*\*@qq.com",
????????????????"phone":"181\*\*\*\*4665",
????????????????"question":"你好嗎?",
????????????????"answer":"好",
????????????????"role":0,
????????????????"createTime":1554714999000,
????????????????"updateTime":1554714999000
????????????},
{
????????????????"id":3266,
????????????????"username":"owen",
????????????????"password":"",
????????????????"email":"5278557\*\*@qq.com",
????????????????"phone":"137\*\*\*\*7931",
????????????????"question":"你好",
????????????????"answer":"你好",
????????????????"role":0,
????????????????"createTime":1554712779000,
????????????????"updateTime":1554712779000
????????????},
{
????????????????"id":3265,
????????????????"username":"cf123456",
????????????????"password":"",
????????????????"email":"122\*\*@qq.com",
????????????????"phone":"136\*\*\*\*2578",
????????????????"question":"你好",
????????????????"answer":"你好",
????????????????"role":0,
????????????????"createTime":1554657898000,
????????????????"updateTime":1554657898000
????????????},
{
????????????????"id":3264,
????????????????"username":"xuelanying",
????????????????"password":"",
????????????????"email":"7349237\*\*@qq.com",
????????????????"phone":"187\*\*\*\*2505",
????????????????"question":"fsafd",
????????????????"answer":"sfaf",
????????????????"role":0,
????????????????"createTime":1554620019000,
????????????????"updateTime":1554620019000
????????????},
{
????????????????"id":3263,
????????????????"username":"呆呆",
????????????????"password":"",
????????????????"email":"4533177\*\*@qq.com",
????????????????"phone":"123\*\*\*\*6461",
????????????????"question":"問題",
????????????????"answer":"答案",
????????????????"role":0,
????????????????"createTime":1554619691000,
????????????????"updateTime":1554619691000
????????????}
],
"firstPage":1,
"prePage":0,
"nextPage":2,
"lastPage":8,
"isFirstPage":true,
"isLastPage":false,
"hasPreviousPage":false,
"hasNextPage":true,
"navigatePages":8,
"navigatepageNums":[
????????????1,
????????????2,
????????????3,
????????????4,
????????????5,
????????????6,
????????????7,
????????????8
????????]
},
status: 0
}
<<<
fail
{
"status": 10,
"msg": "用戶未登錄,請登錄"
}
或
{
"status": 1,
"msg": "沒有權限"
}
~~~