{
"distractId": 1,
"energyCategoryId": 1,
"consumption": 100.5,
"recordTime": "string",
"remark": "string"
}curl --location --request PUT '172.22.72.236:9090/energy/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"distractId": 1,
"energyCategoryId": 1,
"consumption": 100.5,
"recordTime": "string",
"remark": "string"
}'{
"code": 0,
"msg": "",
"data": ""
}