GET api/ControlCloseNow?key={key}&uniqueid={uniqueid}&deviceno={deviceno}
立即关闭
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
key | 用户密钥(可为空) |
Define this parameter in the request URI. |
uniqueid | 节点标识[8位字符串] |
Define this parameter in the request URI. |
deviceno | 设备编号[0-255] |
Define this parameter in the request URI. |
Response Information
字符串类型(json格式)
Response body formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>