多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### **获取完整API、源码、技术支持、精选面试题** > ### **请购买 $ [大前端精选 - 面试题](https://www.kancloud.cn/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": "没有权限" } ~~~