{
"sn": "7995728738228888",
"data": {
"pressure": 7
}
}
curl --location --request POST 'ssiot.cc/scada/device/setdata' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Authentication;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sn": "7995728738228888",
"data": {
"pressure": 7
}
}'
{}