API
Request
Obtained through signature
Body Params application/json
{
"device_number": "2100013075",
"device_address": "Bestwond",
"app_kf_mobile": "18132641434",
"timestamps": 16204145,
"app_id": "bw_de2767d821f911e",
"qr": "https://***.bestwond.com/devcie/2000012297"
}
Request samples
curl --location --request POST 'https://api.bestwond.com/api/iot/send/device/basic/info/?sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_number": "2100013075",
"device_address": "Bestwond",
"app_kf_mobile": "18132641434",
"timestamps": 16204145,
"app_id": "bw_de2767d821f911e",
"qr": "https://***.bestwond.com/devcie/2000012297"
}'
Responses
application/json {
"code": 0,
"msg": "Operation successful",
"data": {
"app_id": "bw_de2767d821f911e",
"device_number": "2000012297",
"timestamps": 1689665135,
"status": "success",
"msg": "ok",
"sign": "e140aaea51549f32524543bd8fd399313ea64a1f65239876997b7e8b0f0a6e0c6232ce1ca5585bb0681bfc12e1dacdf075d30848d9bfd60e19a8d7c847b8cb8d"
},
"des": ""
}
Modified at 2023-08-14 00:55:07