{
"sn": "LFCF516 XO5C8478C428849",
"type": "CF516 X05",
"mac": "CF:E7:07:05:D0:32",
"charge": "0.35",
"firmwareVersion": "1.0.0",
"wifiVersion": "0.0.2",
"data": [
{
"weight": "60.5",
"impedance": "10000",
"timestamp": "1599534596000",
"heartRate": 75
},
{
"weight": "60.5",
"impedance": "10000",
"timestamp": "1599534596000",
"heartRate": 75
}
]
}
curl --location --request POST '/lefu/wifi/batchRecord' \
--header 'Content-Type: application/json' \
--data-raw '{
"sn": "LFCF516 XO5C8478C428849",
"type": "CF516 X05",
"mac": "CF:E7:07:05:D0:32",
"charge": "0.35",
"firmwareVersion": "1.0.0",
"wifiVersion": "0.0.2",
"data": [
{
"weight": "60.5",
"impedance": "10000",
"timestamp": "1599534596000",
"heartRate": 75
},
{
"weight": "60.5",
"impedance": "10000",
"timestamp": "1599534596000",
"heartRate": 75
}
]
}'
{
"errorCode": 0,
"text": "success"
}