curl --location --request GET '/admin-api/charging/pipe/ammeterReadingList?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"stationid": "6858",
"stationName": "站点名称",
"pipeSN": "string",
"pn": "string",
"elecmeterType": 0,
"pipeServeUrl": "string"
}
],
"total": 0
},
"msg": "string"
}