{
"deviceNo": "string",
"remark": "string",
"wifi": {
"wifiType": "string",
"showWifi": 0
}
}
curl --location --request POST 'http://127.0.0.1:2000/openapi/iot/setWiFiDisplay' \
--header 'appID;' \
--header 'apiVersion;' \
--header 'traceID;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceNo": "string",
"remark": "string",
"wifi": {
"wifiType": "string",
"showWifi": 0
}
}'
{
"code": 0,
"message": "string",
"data": null,
"timestamp": 0,
"traceID": "string"
}