{
"version": "1.0.0",
"desc": "锁硬件版本号初版1.0.0"
}
curl --location --request POST 'http://192.168.20.27:9091/hwversion/add' \
--header 'Cookie: UID=9f4fb0545b5c4a7b8031ea5af9646e9e' \
--header 'Content-Type: application/json' \
--data-raw '{
"version": "1.0.0",
"desc": "锁硬件版本号初版1.0.0"
}'
{
"code": 0,
"message": "string",
"data": null
}