GET api/ppadmin/redspotpage?pageSize={pageSize}&pageIndex={pageIndex}&key={key}&orderFiled={orderFiled}&sort={sort}

红色景点分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageSize

integer

Default value is 10

pageIndex

integer

Default value is 1

key

string

Default value is

orderFiled

string

Default value is AddTime

sort

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

红色景点分页

JsonRtnDtoOfPageResultOfRedSpot
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

PageResultOfRedSpot

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Value": [
      {
        "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:06:57.4375771+08:00",
        "BackgroundImg": "sample string 7"
      },
      {
        "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:06:57.4375771+08:00",
        "BackgroundImg": "sample string 7"
      }
    ],
    "PageIndex": 1,
    "PageSize": 2,
    "total": 3,
    "TotalPages": 4,
    "HasPreviousPage": false,
    "HasNextPage": true
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Value":[{"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:06:57.4375771+08:00","BackgroundImg":"sample string 7"},{"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:06:57.4375771+08:00","BackgroundImg":"sample string 7"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPageResultOfRedSpotmEDjlcEGS_STz13wm 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.Infrastructure">
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:PageSize>2</d2p1:PageSize>
    <d2p1:TotalPages>4</d2p1:TotalPages>
    <d2p1:total>3</d2p1:total>
    <d2p1:Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/BJ.Data">
      <d3p1:RedSpot>
        <d3p1:AddTime>2024-09-25T00:06:57.4375771+08:00</d3p1:AddTime>
        <d3p1:BackgroundImg>sample string 7</d3p1:BackgroundImg>
        <d3p1:CarWay>sample string 6</d3p1:CarWay>
        <d3p1:Hot>5</d3p1:Hot>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:RedSynopsis>sample string 4</d3p1:RedSynopsis>
        <d3p1:Thumb>sample string 3</d3p1:Thumb>
      </d3p1:RedSpot>
      <d3p1:RedSpot>
        <d3p1:AddTime>2024-09-25T00:06:57.4375771+08:00</d3p1:AddTime>
        <d3p1:BackgroundImg>sample string 7</d3p1:BackgroundImg>
        <d3p1:CarWay>sample string 6</d3p1:CarWay>
        <d3p1:Hot>5</d3p1:Hot>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:RedSynopsis>sample string 4</d3p1:RedSynopsis>
        <d3p1:Thumb>sample string 3</d3p1:Thumb>
      </d3p1:RedSpot>
    </d2p1:Value>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPageResultOfRedSpotmEDjlcEGS_STz13wm>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"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:06:57.4375771+08:00","BackgroundImg":"sample string 7"},{"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:06:57.4375771+08:00","BackgroundImg":"sample string 7"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});