curl --location --request GET '/admin-api/charging/account/rateElectricList?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"rateComboId": "26485",
"skid": "3812",
"rateComboName": "王五",
"electricComboId": "18188",
"electricComboName": "李四",
"electricComboVersion": 0,
"issuedStatus": 2,
"remark": "你猜",
"rateTime": "string",
"version": 0,
"status": 1,
"tipElectric": 0,
"crestElectric": 0,
"normalElectric": 0,
"valleyElectric": 0,
"tenantId": "string"
}
],
"total": 0
},
"msg": "string"
}