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

获取红色景点

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

string

Required

Body Parameters

None.

Response Information

Resource Description

获取红色景点

JsonRtnDtoOfRedSpot
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

RedSpot

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Id": "sample string 1",
    "Name": "sample string 2",
    "Thumb": "sample string 3",
    "RedSynopsis": "sample string 4",
    "Hot": 5,
    "CarWay": "sample string 6",
    "AddTime": "2024-09-25T00:10:39.9529119+08:00",
    "BackgroundImg": "sample string 7"
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Id":"sample string 1","Name":"sample string 2","Thumb":"sample string 3","RedSynopsis":"sample string 4","Hot":5,"CarWay":"sample string 6","AddTime":"2024-09-25T00:10:39.9529119+08:00","BackgroundImg":"sample string 7"}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfRedSpotmEDjlcEG 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:39.9529119+08:00</d2p1:AddTime>
    <d2p1:BackgroundImg>sample string 7</d2p1:BackgroundImg>
    <d2p1:CarWay>sample string 6</d2p1:CarWay>
    <d2p1:Hot>5</d2p1:Hot>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:Name>sample string 2</d2p1:Name>
    <d2p1:RedSynopsis>sample string 4</d2p1:RedSynopsis>
    <d2p1:Thumb>sample string 3</d2p1:Thumb>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfRedSpotmEDjlcEG>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Id":"sample string 1","Name":"sample string 2","Thumb":"sample string 3","RedSynopsis":"sample string 4","Hot":5,"CarWay":"sample string 6","AddTime":"2024-09-25T00:10:39.9529119+08:00","BackgroundImg":"sample string 7"}});