curl --location --request GET '/admin-api/charging/white-list-record/pipe?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": [
{
"id": 32193,
"stationid": "18387",
"pipesn": "string",
"whiteListId": 20515,
"whiteListVersion": "string",
"listSize": 0,
"vinList": "string",
"whiteListStatus": 2,
"createTime": "2019-08-24T14:15:22Z",
"createId": 19226,
"createName": "李四",
"maxVinNumber": 0,
"pipeServeUrl": "https://www.iocoder.cn"
}
],
"msg": "string"
}