{
"id": "string",
"name": "string",
"description": "string",
"photo": "string",
"config": {
"dept": true,
"file": true,
"site": true,
"alarm": true,
"device": true,
"sensor": true,
"product": true
}
}curl --location 'ssiot.cc/api/site/modify' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"name": "string",
"description": "string",
"photo": "string",
"config": {
"dept": true,
"file": true,
"site": true,
"alarm": true,
"device": true,
"sensor": true,
"product": true
}
}'{}