{
"craneno": "D8:B0:4C:CC:74:CD-00000ZKYC2",
"windSpeed": "0.00",
"rotary": "0.0",
"angleX": "0.0",
"angleY": "0.0",
"amplitude": "0.00",
"height": "0.00",
"safeWeight": "0",
"weight": "0.000",
"sensorStatus": "11100",
"warnType": "00000000",
"alertFlag": "00000000",
"createTime": "2020-09-27 15:34:52",
"powerStatus": "xxx"
}
curl --location --request POST '/interface/v1/crane/postRecord?appKey=a2554199a3bbb0b7&token=40084605ad73735b&projectId=291' \
--header 'Content-Type: application/json' \
--data-raw '{
"craneno": "D8:B0:4C:CC:74:CD-00000ZKYC2",
"windSpeed": "0.00",
"rotary": "0.0",
"angleX": "0.0",
"angleY": "0.0",
"amplitude": "0.00",
"height": "0.00",
"safeWeight": "0",
"weight": "0.000",
"sensorStatus": "11100",
"warnType": "00000000",
"alertFlag": "00000000",
"createTime": "2020-09-27 15:34:52",
"powerStatus": "xxx"
}'
{
"code": 0,
"message": "string",
"data": {}
}