GET api/SysAdmin/systemAlarms

“systemAlarms”的文档。

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Orders": 2,
  "Sms": 3,
  "Wechat": 4
}

application/xml, text/xml

Sample:
<SystemAlarmModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Admin">
  <Name>sample string 1</Name>
  <Orders>2</Orders>
  <Sms>3</Sms>
  <Wechat>4</Wechat>
</SystemAlarmModel>