GET api/PostReply/GetPostReplyPages?IsKill={IsKill}&PostId={PostId}&PageSort={PageSort}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

获取回帖信息,带分页(条数为一级回复数量)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IsKill

是否审核

AuditStatusType

None.

PostId

帖子id

integer

None.

PageSort

回复排序

ReplySort

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

获取回帖信息,带分页(条数为一级回复数量)

PagedOfPostReplySimpleDto
NameDescriptionTypeAdditional information
Data

Collection of PostReplySimpleDto

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:
<PagedOfPostReplySimpleDto_PcCEH9_PV 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.Tieba.Service.Dto.PostReply">
    <d2p1:PostReplySimpleDto>
      <d2p1:Content>sample string 3</d2p1:Content>
      <d2p1:CreateTime>2024-04-25T06:51:02.8355491+08:00</d2p1:CreateTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Ip>sample string 8</d2p1:Ip>
      <d2p1:IsBlowUp>true</d2p1:IsBlowUp>
      <d2p1:IsPostLandlord>true</d2p1:IsPostLandlord>
      <d2p1:IsUpdate>true</d2p1:IsUpdate>
      <d2p1:Likes>9</d2p1:Likes>
      <d2p1:ParentId>6</d2p1:ParentId>
      <d2p1:ReplyOrder>2</d2p1:ReplyOrder>
      <d2p1:SecondReplyDto>
        <d2p1:PostSecondReplyDto>
          <d2p1:IsLandlord>true</d2p1:IsLandlord>
          <d2p1:Likes>7</d2p1:Likes>
          <d2p1:ParentId>5</d2p1:ParentId>
          <d2p1:SecondContent>sample string 2</d2p1:SecondContent>
          <d2p1:SecondCreateTime>2024-04-25T06:51:02.8375071+08:00</d2p1:SecondCreateTime>
          <d2p1:SecondId>1</d2p1:SecondId>
          <d2p1:SecondUserId>3</d2p1:SecondUserId>
          <d2p1:SecondUserName>sample string 4</d2p1:SecondUserName>
        </d2p1:PostSecondReplyDto>
        <d2p1:PostSecondReplyDto>
          <d2p1:IsLandlord>true</d2p1:IsLandlord>
          <d2p1:Likes>7</d2p1:Likes>
          <d2p1:ParentId>5</d2p1:ParentId>
          <d2p1:SecondContent>sample string 2</d2p1:SecondContent>
          <d2p1:SecondCreateTime>2024-04-25T06:51:02.8375071+08:00</d2p1:SecondCreateTime>
          <d2p1:SecondId>1</d2p1:SecondId>
          <d2p1:SecondUserId>3</d2p1:SecondUserId>
          <d2p1:SecondUserName>sample string 4</d2p1:SecondUserName>
        </d2p1:PostSecondReplyDto>
      </d2p1:SecondReplyDto>
      <d2p1:SecondReplyNum>12</d2p1:SecondReplyNum>
      <d2p1:TiebaUserInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/Mh.Tieba.Service.Dto.Post">
        <d4p1:FansNum>11</d4p1:FansNum>
        <d4p1:IsModerator>true</d4p1:IsModerator>
        <d4p1:PublishDistillatedPostsNum>6</d4p1:PublishDistillatedPostsNum>
        <d4p1:PublishPostsNum>4</d4p1:PublishPostsNum>
        <d4p1:PublishReplysNum>5</d4p1:PublishReplysNum>
        <d4p1:Regdate>2024-04-25T06:51:02.8355491+08:00</d4p1:Regdate>
        <d4p1:UserHeadPic>sample string 3</d4p1:UserHeadPic>
        <d4p1:UserId>1</d4p1:UserId>
        <d4p1:UserName>sample string 2</d4p1:UserName>
        <d4p1:VipName>sample string 9</d4p1:VipName>
        <d4p1:VipNum>8</d4p1:VipNum>
      </d2p1:TiebaUserInfo>
      <d2p1:UserId>4</d2p1:UserId>
    </d2p1:PostReplySimpleDto>
    <d2p1:PostReplySimpleDto>
      <d2p1:Content>sample string 3</d2p1:Content>
      <d2p1:CreateTime>2024-04-25T06:51:02.8355491+08:00</d2p1:CreateTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Ip>sample string 8</d2p1:Ip>
      <d2p1:IsBlowUp>true</d2p1:IsBlowUp>
      <d2p1:IsPostLandlord>true</d2p1:IsPostLandlord>
      <d2p1:IsUpdate>true</d2p1:IsUpdate>
      <d2p1:Likes>9</d2p1:Likes>
      <d2p1:ParentId>6</d2p1:ParentId>
      <d2p1:ReplyOrder>2</d2p1:ReplyOrder>
      <d2p1:SecondReplyDto>
        <d2p1:PostSecondReplyDto>
          <d2p1:IsLandlord>true</d2p1:IsLandlord>
          <d2p1:Likes>7</d2p1:Likes>
          <d2p1:ParentId>5</d2p1:ParentId>
          <d2p1:SecondContent>sample string 2</d2p1:SecondContent>
          <d2p1:SecondCreateTime>2024-04-25T06:51:02.8375071+08:00</d2p1:SecondCreateTime>
          <d2p1:SecondId>1</d2p1:SecondId>
          <d2p1:SecondUserId>3</d2p1:SecondUserId>
          <d2p1:SecondUserName>sample string 4</d2p1:SecondUserName>
        </d2p1:PostSecondReplyDto>
        <d2p1:PostSecondReplyDto>
          <d2p1:IsLandlord>true</d2p1:IsLandlord>
          <d2p1:Likes>7</d2p1:Likes>
          <d2p1:ParentId>5</d2p1:ParentId>
          <d2p1:SecondContent>sample string 2</d2p1:SecondContent>
          <d2p1:SecondCreateTime>2024-04-25T06:51:02.8375071+08:00</d2p1:SecondCreateTime>
          <d2p1:SecondId>1</d2p1:SecondId>
          <d2p1:SecondUserId>3</d2p1:SecondUserId>
          <d2p1:SecondUserName>sample string 4</d2p1:SecondUserName>
        </d2p1:PostSecondReplyDto>
      </d2p1:SecondReplyDto>
      <d2p1:SecondReplyNum>12</d2p1:SecondReplyNum>
      <d2p1:TiebaUserInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/Mh.Tieba.Service.Dto.Post">
        <d4p1:FansNum>11</d4p1:FansNum>
        <d4p1:IsModerator>true</d4p1:IsModerator>
        <d4p1:PublishDistillatedPostsNum>6</d4p1:PublishDistillatedPostsNum>
        <d4p1:PublishPostsNum>4</d4p1:PublishPostsNum>
        <d4p1:PublishReplysNum>5</d4p1:PublishReplysNum>
        <d4p1:Regdate>2024-04-25T06:51:02.8355491+08:00</d4p1:Regdate>
        <d4p1:UserHeadPic>sample string 3</d4p1:UserHeadPic>
        <d4p1:UserId>1</d4p1:UserId>
        <d4p1:UserName>sample string 2</d4p1:UserName>
        <d4p1:VipName>sample string 9</d4p1:VipName>
        <d4p1:VipNum>8</d4p1:VipNum>
      </d2p1:TiebaUserInfo>
      <d2p1:UserId>4</d2p1:UserId>
    </d2p1:PostReplySimpleDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfPostReplySimpleDto_PcCEH9_PV>