{
"code": "string"
}
curl --location --request POST '/api/v1/system/tenant/config/read' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string"
}'
{
"code": "200",
"msg": "string",
"data": {
"tenantCode": "string",
"registerRoleID": 0,
"weatherKey": "string",
"operLogKeepDays": 0,
"loginLogKeepDays": 0,
"checkUserDelete": 0,
"isSsl": 0,
"deviceLimit": 0,
"feedbackNotifyUserIDs": [
"string"
],
"registerAutoCreateProject": [
{
"id": 0,
"projectName": "string",
"isSysCreated": 0,
"areas": [
{
"id": 0,
"areaName": "string",
"areaImg": "string",
"isUpdateAreaImg": true,
"isSysCreated": 0
}
]
}
]
}
}