Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/bill/list'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"placeId": 0,
"billMonth": "",
"aPrice": 0.0,
"bPrice": 0.0,
"cPrice": 0.0,
"dPrice": 0.0,
"billNum": "",
"stationIds": "",
"incomeShareRatio": 0.0,
"downEnable": false,
"deptName": "",
"placeName": ""
}
],
"code": 200,
"msg": "查询成功"
}