GET api/LoveUser/GetAdminLoveFeedbackPage?LoveUserId={LoveUserId}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台-获取相亲跟踪档案

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LoveUserId

相亲会员id

integer

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台-获取相亲跟踪档案

PagedOfLoveFeedbackListDto
NameDescriptionTypeAdditional information
Data

Collection of LoveFeedbackListDto

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:
<PagedOfLoveFeedbackListDtodpmtMPp2 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.Feedbak">
    <d2p1:LoveFeedbackListDto>
      <d2p1:ChrName>sample string 2</d2p1:ChrName>
      <d2p1:adminuserid>3</d2p1:adminuserid>
      <d2p1:dtappenddate>2024-04-30T10:47:49.4884889+08:00</d2p1:dtappenddate>
      <d2p1:feedback>sample string 5</d2p1:feedback>
      <d2p1:id>1</d2p1:id>
      <d2p1:isopen>HongNiangCanSee</d2p1:isopen>
      <d2p1:styleid>Admin</d2p1:styleid>
    </d2p1:LoveFeedbackListDto>
    <d2p1:LoveFeedbackListDto>
      <d2p1:ChrName>sample string 2</d2p1:ChrName>
      <d2p1:adminuserid>3</d2p1:adminuserid>
      <d2p1:dtappenddate>2024-04-30T10:47:49.4884889+08:00</d2p1:dtappenddate>
      <d2p1:feedback>sample string 5</d2p1:feedback>
      <d2p1:id>1</d2p1:id>
      <d2p1:isopen>HongNiangCanSee</d2p1:isopen>
      <d2p1:styleid>Admin</d2p1:styleid>
    </d2p1:LoveFeedbackListDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfLoveFeedbackListDtodpmtMPp2>