GET api/ppadmin/getppsysteminfo

获取实践教学系统设置信息

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取实践教学系统设置信息

JsonRtnDtoOfPPSystemInfo
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

PPSystemInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Id": "sample string 1",
    "CompressEnable": true
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Id":"sample string 1","CompressEnable":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPPSystemInfomEDjlcEG 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:CompressEnable>true</d2p1:CompressEnable>
    <d2p1:Id>sample string 1</d2p1:Id>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPPSystemInfomEDjlcEG>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Id":"sample string 1","CompressEnable":true}});