Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/ammeter_remote_set_data/detail/box/'
费率时段信息 <key,value>: 时间段序号,时间段数据
{
"code": 0,
"msg": "",
"data": {
"dateRemoteDataList": [
{
"index": 0,
"date": "",
"timSetIndex": 0
}
],
"timeRemoteDataMap": {
"0": [
{
"index": 0,
"time": "",
"type": 0
}
]
}
}
}