{
"liftno": "6#",
"deptId": 291,
"equipNo": "D8:B0:4C:CC:74:C8-00000ZKYC9",
"liftcageNo": "1",
"driver": "Mr Liu",
"phone": "15011436345",
"weight": 1.0,
"height": 21.0,
"angle": 1.0,
"videoUrl": "D06269505:1",
"master": "Mr Lee",
"speed": "0.00",
"type": "hszy",
"floorHeight": 3.0,
"calibration": "-1.0,-1,-1.0,-1,0.0,23806,21.0,25000,-8.6,-40.9,",
"maxValue": "5,5,80,4",
"maxFloors": 6,
"x": 1300.0,
"y": 450.0,
"isType": "",
"form": 1
}
curl --location --request POST '/interface/v1/lift/saveLift?appKey=a2554199a3bbb0b7&token=35f942ebbb41ee82&projectId=291' \
--header 'Content-Type: application/json' \
--data-raw '{
"liftno": "6#",
"deptId": 291,
"equipNo": "D8:B0:4C:CC:74:C8-00000ZKYC9",
"liftcageNo": "1",
"driver": "Mr Liu",
"phone": "15011436345",
"weight": 1.0,
"height": 21.0,
"angle": 1.0,
"videoUrl": "D06269505:1",
"master": "Mr Lee",
"speed": "0.00",
"type": "hszy",
"floorHeight": 3.0,
"calibration": "-1.0,-1,-1.0,-1,0.0,23806,21.0,25000,-8.6,-40.9,",
"maxValue": "5,5,80,4",
"maxFloors": 6,
"x": 1300.0,
"y": 450.0,
"isType": "",
"form": 1
}'
{
"code": 200,
"message": "ok",
"data": {}
}