{
"deviceNo": "string",
"remark": "string",
"wifi": {
"wifiType": "string",
"showWifi": 0
}
}curl --location 'http://192.168.1.88:2000/openapi/iot/setWiFiDisplay' \
--header 'appID: 8115' \
--header 'apiVersion: 2.0.0' \
--header 'traceID: 5831f960804c9217ec01e425b8cc76f5' \
--header 'timestamp: 1775742706' \
--header 'sign: ee0c7fd88f098cb4cf4c4eed5aa66bc3' \
--header 'Content-Type: application/json' \
--data '{
"deviceNo": "string",
"remark": "string",
"wifi": {
"wifiType": "string",
"showWifi": 0
}
}'{
"code": 0,
"message": "string",
"data": null,
"timestamp": 0,
"traceID": "string"
}