Skip to content

查询系统设置

POST
/user/query_sys_setting

查询系统设置信息

请求体

application/json
JSON
{
  
"message_id": "1bd5d003-31b9-476f-ad03-71d471922820",
  
"user_id": "53102fb4bf1044ed8b0ba36c",
  
"params": {
  
  
"access_token": "string",
  
  
"query_model": 0
  
}
}

响应

查询成功

application/json
JSON
{
  
"error_code": 200,
  
"message_id": "1bd5d003-31b9-476f-ad03-71d471922820",
  
"data": {
  
  
"dev_config": {
  
  
  
"page_size": 0
  
  
},
  
  
"message_config": {
  
  
  
"recv_sys_notice": true,
  
  
  
"recv_device_notice": true,
  
  
  
"no_disturbing": true,
  
  
  
"start": 0,
  
  
  
"end": 0,
  
  
  
"unread_notice_num": 0
  
  
},
  
  
"gmt_modified": "string"
  
}
}

试验场

主体

示例