GET api/Info/GetAdminPageInfos?Iskill={Iskill}&Isindex={Isindex}&IsRefresh={IsRefresh}&Istop={Istop}&Youxiao={Youxiao}&Isremote={Isremote}&Paystate={Paystate}&CategoryParentId={CategoryParentId}&CategoryId={CategoryId}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台--获取后台信息 带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Iskill

是否审核

AuditStatusType

None.

Isindex

老的头版=>新的精选

boolean

None.

IsRefresh

是否刷新

boolean

None.

Istop

是否置顶

boolean

None.

Youxiao

是否有效

boolean

None.

Isremote

是否有远程控件

boolean

None.

Paystate

付款状态

PayStatus

None.

CategoryParentId

信息分类父id 需要数据转接。根据小分类赋值大分类值

integer

None.

CategoryId

信息二级分类id

integer

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台--获取后台信息 带分页

PagedOfInfoAdminSimpleDto
NameDescriptionTypeAdditional information
Data

Collection of InfoAdminSimpleDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfInfoAdminSimpleDtoMcEdU8aw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.Info">
    <d2p1:InfoAdminSimpleDto>
      <d2p1:CategoryName>sample string 1</d2p1:CategoryName>
      <d2p1:CategoryParentId>13</d2p1:CategoryParentId>
      <d2p1:CategoryParentName>sample string 2</d2p1:CategoryParentName>
      <d2p1:Categoryid>6</d2p1:Categoryid>
      <d2p1:Chrip>sample string 8</d2p1:Chrip>
      <d2p1:Chrlive>sample string 4</d2p1:Chrlive>
      <d2p1:Chrname>sample string 7</d2p1:Chrname>
      <d2p1:Chrtitle>sample string 5</d2p1:Chrtitle>
      <d2p1:Detailsid>3</d2p1:Detailsid>
      <d2p1:Dtappenddate>2024-03-29T04:52:32.5598856+08:00</d2p1:Dtappenddate>
      <d2p1:Filepath>sample string 11</d2p1:Filepath>
      <d2p1:Flushdate>2024-03-29T04:52:32.5598856+08:00</d2p1:Flushdate>
      <d2p1:IsPublishByAdmin>true</d2p1:IsPublishByAdmin>
      <d2p1:IsRefreshing>false</d2p1:IsRefreshing>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:Isindex>true</d2p1:Isindex>
      <d2p1:Iskill>TobeAgree</d2p1:Iskill>
      <d2p1:Istop>true</d2p1:Istop>
      <d2p1:KillReason>sample string 12</d2p1:KillReason>
      <d2p1:LastUpdatedTime>2024-03-29T04:52:32.5598856+08:00</d2p1:LastUpdatedTime>
      <d2p1:Paystate>None</d2p1:Paystate>
      <d2p1:Userid>10</d2p1:Userid>
    </d2p1:InfoAdminSimpleDto>
    <d2p1:InfoAdminSimpleDto>
      <d2p1:CategoryName>sample string 1</d2p1:CategoryName>
      <d2p1:CategoryParentId>13</d2p1:CategoryParentId>
      <d2p1:CategoryParentName>sample string 2</d2p1:CategoryParentName>
      <d2p1:Categoryid>6</d2p1:Categoryid>
      <d2p1:Chrip>sample string 8</d2p1:Chrip>
      <d2p1:Chrlive>sample string 4</d2p1:Chrlive>
      <d2p1:Chrname>sample string 7</d2p1:Chrname>
      <d2p1:Chrtitle>sample string 5</d2p1:Chrtitle>
      <d2p1:Detailsid>3</d2p1:Detailsid>
      <d2p1:Dtappenddate>2024-03-29T04:52:32.5598856+08:00</d2p1:Dtappenddate>
      <d2p1:Filepath>sample string 11</d2p1:Filepath>
      <d2p1:Flushdate>2024-03-29T04:52:32.5598856+08:00</d2p1:Flushdate>
      <d2p1:IsPublishByAdmin>true</d2p1:IsPublishByAdmin>
      <d2p1:IsRefreshing>false</d2p1:IsRefreshing>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:Isindex>true</d2p1:Isindex>
      <d2p1:Iskill>TobeAgree</d2p1:Iskill>
      <d2p1:Istop>true</d2p1:Istop>
      <d2p1:KillReason>sample string 12</d2p1:KillReason>
      <d2p1:LastUpdatedTime>2024-03-29T04:52:32.5598856+08:00</d2p1:LastUpdatedTime>
      <d2p1:Paystate>None</d2p1:Paystate>
      <d2p1:Userid>10</d2p1:Userid>
    </d2p1:InfoAdminSimpleDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfInfoAdminSimpleDtoMcEdU8aw>