curl --location --request GET 'https://yzt.hntpxx.com/api/managerPassword' \
--header 'token: undefined'
{
"code": 200,
"data": [
{
"id": 1,
"created_at": "2023-10-13T15:43:54+08:00",
"updated_at": "2023-10-13T15:43:55+08:00",
"deleted_at": null,
"hotelId": 37,
"role": "sweeper",
"password": "123456"
},
{
"id": 2,
"created_at": "2023-10-13T15:43:54+08:00",
"updated_at": "2023-10-13T15:43:55+08:00",
"deleted_at": null,
"hotelId": 37,
"role": "director",
"password": "789456"
}
],
"msg": "success"
}