GET api/ppadmin/getcaseswotinfo?Id={Id}

获取网络案例

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

主键ID

string

Required

Body Parameters

None.

Response Information

Resource Description

获取网络案例

JsonRtnDtoOfCaseswotInfo
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

CaseswotInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Id": "sample string 1",
    "Title": "sample string 2",
    "Hot": 3,
    "Casecon": "sample string 4",
    "AddTime": "2024-09-25T00:10:08.7201709+08:00"
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Id":"sample string 1","Title":"sample string 2","Hot":3,"Casecon":"sample string 4","AddTime":"2024-09-25T00:10:08.7201709+08:00"}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfCaseswotInfomEDjlcEG 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:AddTime>2024-09-25T00:10:08.7201709+08:00</d2p1:AddTime>
    <d2p1:Casecon>sample string 4</d2p1:Casecon>
    <d2p1:Hot>3</d2p1:Hot>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:Title>sample string 2</d2p1:Title>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfCaseswotInfomEDjlcEG>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Id":"sample string 1","Title":"sample string 2","Hot":3,"Casecon":"sample string 4","AddTime":"2024-09-25T00:10:08.7201709+08:00"}});