curl --location --request GET '/admin-api/charging/order/getChargingOrderPage?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"chagorderid": "string",
"stationName": "string",
"pipeSn": "string",
"totalPower": 0,
"totalPay": 0,
"beforeSoc": "string",
"currentSoc": "string",
"currentBalance": "string",
"startTime": "string",
"orderDate": "string"
}
],
"total": 0
},
"msg": "string"
}