{
"bleVersion": "0.0.9",
"hardwareVersion": "V1.5",
"mac": "CF:E8:05:08:13:BA",
"mcuVersion": "1.2.6",
"resVersion": "0.1.0",
"skuCode": "CN",
"sn": "CFE8050813BA",
"type": "LEFU-CF577",
"wifiPassword": "12345678",
"wifiSsid": "IT52",
"wifiVersion": "0.0.8"
}
curl --location --request POST '/lefu/wifi/torre/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"bleVersion": "0.0.9",
"hardwareVersion": "V1.5",
"mac": "CF:E8:05:08:13:BA",
"mcuVersion": "1.2.6",
"resVersion": "0.1.0",
"skuCode": "CN",
"sn": "CFE8050813BA",
"type": "LEFU-CF577",
"wifiPassword": "12345678",
"wifiSsid": "IT52",
"wifiVersion": "0.0.8"
}'
{
"data": {
"nowTime": 1730888099983,
"unit": 0
},
"errorCode": 0,
"text": "Register success"
}