Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/demand-divide-relation/list'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"divideId": 0,
"stationId": 0,
"price": 0.0,
"elePrice": "",
"stationName": "",
"deptName": ""
}
],
"code": 200,
"msg": "查询成功"
}