GET api/LoveCommitment/GetPageLoveSingleCommitment?IsKill={IsKill}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台 获取分页承诺书信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IsKill

审核状态

AuditStatusType

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 获取分页承诺书信息

PagedOfLoveSingleCommitmentInfoDto
NameDescriptionTypeAdditional information
Data

Collection of LoveSingleCommitmentInfoDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<PagedOfLoveSingleCommitmentInfoDto4lYIgOOb 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.Love.Service.Dto.Commitment">
    <d2p1:LoveSingleCommitmentInfoDto>
      <d2p1:Content>sample string 11</d2p1:Content>
      <d2p1:CreateTime>2024-04-30T12:32:09.7228322+08:00</d2p1:CreateTime>
      <d2p1:FilePath>sample string 10</d2p1:FilePath>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsKill>TobeAgree</d2p1:IsKill>
      <d2p1:KillReason>sample string 8</d2p1:KillReason>
      <d2p1:LoveNo>sample string 5</d2p1:LoveNo>
      <d2p1:LoveUserId>4</d2p1:LoveUserId>
      <d2p1:Nums>7</d2p1:Nums>
      <d2p1:RealName>sample string 6</d2p1:RealName>
      <d2p1:UserId>2</d2p1:UserId>
      <d2p1:UserName>sample string 3</d2p1:UserName>
    </d2p1:LoveSingleCommitmentInfoDto>
    <d2p1:LoveSingleCommitmentInfoDto>
      <d2p1:Content>sample string 11</d2p1:Content>
      <d2p1:CreateTime>2024-04-30T12:32:09.7228322+08:00</d2p1:CreateTime>
      <d2p1:FilePath>sample string 10</d2p1:FilePath>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsKill>TobeAgree</d2p1:IsKill>
      <d2p1:KillReason>sample string 8</d2p1:KillReason>
      <d2p1:LoveNo>sample string 5</d2p1:LoveNo>
      <d2p1:LoveUserId>4</d2p1:LoveUserId>
      <d2p1:Nums>7</d2p1:Nums>
      <d2p1:RealName>sample string 6</d2p1:RealName>
      <d2p1:UserId>2</d2p1:UserId>
      <d2p1:UserName>sample string 3</d2p1:UserName>
    </d2p1:LoveSingleCommitmentInfoDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfLoveSingleCommitmentInfoDto4lYIgOOb>