{}curl --location --request GET '/bill/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"total": 1,
"rows": [
{
"id": "ssh01",
"userAccount": "ssh",
"userName": "佘诗豪",
"pwd": "123",
"phone": null,
"status": 1,
"createTime": null,
"updateTime": null,
"remark": null
}
],
"code": 200,
"msg": "查询成功"
}