curl --location --request GET 'http://localhost:8080/admin/employee/page?page=1&pageSize=10' \
--header 'authentication: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2OTU5MTg4NjksInVzZXJJZCI6Mn0.g_n-gEqouVU-Q0kekBSwGSBSYbsPAMStnzHhYwqbf0o' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJlbXBJZCI6MSwiZXhwIjoxNzAxOTQxNzQwfQ.XdIWK08eF7QaozVIEqg07FLWyAj-7bQSGWOdrnb92cY'
{
"code": 0,
"msg": null,
"data": {
"total": 0,
"records": [
{
"id": 0,
"username": "string",
"name": "string",
"password": "string",
"phone": "string",
"sex": "string",
"idNumber": "string",
"status": 0,
"createTime": "string",
"updateTime": "string",
"createUser": 0,
"updateUser": 0
}
]
}
}
扫码加入黑马微信交流群
加入传智黑马训练营,月薪飞起不是梦