curl --location --request GET '/admin-api/charging/charge-port/getChargePortPage?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'{
"code": 0,
"data": {
"list": [
{
"portid": "string",
"sequenceNum": "string",
"cpid": "string",
"pipeSn": "string",
"pipeType": "string",
"stationName": "string",
"chargeStatus": 0,
"gunId": 0
}
],
"total": 0
},
"msg": "string"
}