curl --location --request GET '/admin-api/charging/charge-port/page?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"portid": "30594",
"externalPortid": "30792",
"cpid": "14603",
"status": 1,
"portStatus": 2,
"portChargStatus": 1,
"chargePower": 0,
"adapterType": "1",
"gundesc": "string",
"currentSoc": 0,
"portNo": 0,
"portOwner": 0,
"sequenceNum": "string",
"porttype": 1,
"insertCount": 4573,
"priorityTime": "string",
"countTime": "2019-08-24T14:15:22Z",
"gunTemp1": 0,
"gunTemp2": 0,
"plateformtype": 0,
"portEnable": 0
}
],
"total": 0
},
"msg": "string"
}