文档
测试

获取所有用户

GET
http://localhost:8080/api/member/member/list

说明 / 示例

返回实例: ~~~ { "msg": "success", "code": 0, "data": [ { "id": 1, "username": "Aee", "password": "Yee", "nickname": "YEEEEEE", "mobile": "13034490211", "email": "无", "header": "无", "gender": 0, "birth": "2023-06-28T16:00:00.000+00:00", "city": "武汉", "job": "无", "sign": "无", "createTime": "2023-06-30T09:33:18.000+00:00" }, { "id": 2, "username": "Yee", "password": "Yee", "nickname": "Yee", "mobile": "13034490211", "email": null, "header": null, "gender": null, "birth": null, "city": null, "job": null, "sign": null, "createTime": "2023-06-29T16:00:00.000+00:00" }, { "id": 3, "username": "Liu", "password": "1111111", "nickname": "Liu", "mobile": "15583235634", "email": null, "header": null, "gender": 1, "birth": null, "city": null, "job": null, "sign": null, "createTime": "2023-06-29T16:00:00.000+00:00" }, { "id": 10, "username": "wewewe222", "password": "232323232", "nickname": "2323232323", "mobile": "77777777777", "email": "", "header": "", "gender": null, "birth": null, "city": "", "job": "", "sign": "", "createTime": "2023-07-02T16:00:00.000+00:00" }, { "id": 11, "username": "SHSDHSD", "password": "DSDSDSDS", "nickname": "SDSDSDSD", "mobile": "99999999999", "email": "", "header": "", "gender": null, "birth": null, "city": "", "job": "", "sign": "", "createTime": "2023-07-02T16:00:00.000+00:00" } ] } ~~~