GET api/iplocksetting/load
加载Ip锁开关
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
加载Ip锁开关
JsonRtnDtoOfIpLockSettingName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | IpLockSetting |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "Id": 1, "Enabled": true } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"Id":1,"Enabled":true}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfIpLockSettingmEDjlcEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d2p1:Enabled>true</d2p1:Enabled> <d2p1:Id>1</d2p1:Id> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfIpLockSettingmEDjlcEG>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Id":1,"Enabled":true}});