{
"operateType": "修复分区",
"operateObject": "操作对象--充电桩1号",
"type": 2
}
curl --location --request POST 'http://localhost:9090/reformer-devices/bluetooth/up_operate_log' \
--header 'Content-Type: application/json' \
--data-raw '{
"operateType": "修复分区",
"operateObject": "操作对象--充电桩1号",
"type": 2
}'
{}