curl --location --request GET '/admin-api/charging/white-list/enableSendList?pageNo=1&pageSize=10&stationid=张三' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": [
{
"pipesn": "张三",
"whiteListId": "张三",
"whiteListStatus": "张三",
"pipeServeUrl": "张三",
"stationid": "张三",
"stationName": "张三",
"listName": "string",
"listNameSize": "string",
"listSize": 0,
"vinList": "string",
"maxVinNumber": 0
}
],
"msg": "string"
}