{
"deviceNo": "string",
"remark": "string",
"wifi": {
"wifiType": "string",
"showWifi": 0
}
}curl --location --request POST '/openapi/iot/setWiFiDisplay' \
--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"
}