curl --location --request GET '/admin-api/charging/account/companyRecord/list' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"feeComboId": "string",
"feeComboName": "string",
"feeComboVersion": 0,
"relateTime": "2019-08-24T14:15:22Z",
"stationId": "string",
"stationName": "string",
"companyId": "string",
"companyName": "string",
"companyPhone": "string",
"subType": 0,
"subTime": "2019-08-24T14:15:22Z",
"operateUserId": "string",
"operateUserName": "string",
"rateTime": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"deleteFlag": 0,
"rateTimeList": [
{
"startTime": "string",
"endTime": "string",
"wave": "string",
"elecPrice": "string",
"sevicePrice": "string",
"sumPrice": "string",
"disElecPrice": "string",
"disSevicePrice": "string",
"disSumPrice": "string"
}
]
}
],
"total": 0
},
"msg": "string"
}