{
"serial_number": "11111",
"device_uid": "11111",
"label_name": "充电桩板子硬件版本号",
"label_key": "cdzbzyjbbh",
"label_value": "xxxxxxxxxxxxx",
"type": 2
}
curl --location --request POST 'http://localhost:9090/reformer-devices/production/hardware_version_info' \
--header 'request_id: 111' \
--header 'Content-Type: application/json' \
--data-raw '{
"serial_number": "11111",
"device_uid": "11111",
"label_name": "充电桩板子硬件版本号",
"label_key": "cdzbzyjbbh",
"label_value": "xxxxxxxxxxxxx",
"type": 2
}'
{}