GET api/LoveReport/SearchReport?ReportStaus={ReportStaus}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台 - 搜索举报

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ReportStaus

举报状态

LoveReportStatus

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 搜索举报

PagedOfLoveReportAdminListItemDto
NameDescriptionTypeAdditional information
Data

Collection of LoveReportAdminListItemDto

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:
<PagedOfLoveReportAdminListItemDtoKnw78QoO 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.LoveReport.Admin">
    <d2p1:LoveReportAdminListItemDto>
      <d2p1:Content>sample string 11</d2p1:Content>
      <d2p1:CreateDate>2024-04-19T23:08:36.1072582+08:00</d2p1:CreateDate>
      <d2p1:EvidenceFiles xmlns:d4p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile" i:nil="true" />
      <d2p1:Id>1</d2p1:Id>
      <d2p1:LoveUserContact>sample string 14</d2p1:LoveUserContact>
      <d2p1:LoveUserId>sample string 2</d2p1:LoveUserId>
      <d2p1:LoveUserName>sample string 3</d2p1:LoveUserName>
      <d2p1:LoveUserNumber>sample string 4</d2p1:LoveUserNumber>
      <d2p1:LoveUserTrueName>sample string 13</d2p1:LoveUserTrueName>
      <d2p1:LoveUserWechat>sample string 15</d2p1:LoveUserWechat>
      <d2p1:ReportCategory>9</d2p1:ReportCategory>
      <d2p1:ReportCategoryDescription>sample string 10</d2p1:ReportCategoryDescription>
      <d2p1:ReportIp>sample string 8</d2p1:ReportIp>
      <d2p1:ReportStatus>No</d2p1:ReportStatus>
      <d2p1:ReportedLoveUserContact>sample string 17</d2p1:ReportedLoveUserContact>
      <d2p1:ReportedLoveUserId>sample string 5</d2p1:ReportedLoveUserId>
      <d2p1:ReportedLoveUserName>sample string 6</d2p1:ReportedLoveUserName>
      <d2p1:ReportedLoveUserNumber>sample string 7</d2p1:ReportedLoveUserNumber>
      <d2p1:ReportedLoveUserTrueName>sample string 16</d2p1:ReportedLoveUserTrueName>
      <d2p1:ReportedLoveUserWechat>sample string 18</d2p1:ReportedLoveUserWechat>
    </d2p1:LoveReportAdminListItemDto>
    <d2p1:LoveReportAdminListItemDto>
      <d2p1:Content>sample string 11</d2p1:Content>
      <d2p1:CreateDate>2024-04-19T23:08:36.1072582+08:00</d2p1:CreateDate>
      <d2p1:EvidenceFiles xmlns:d4p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile" i:nil="true" />
      <d2p1:Id>1</d2p1:Id>
      <d2p1:LoveUserContact>sample string 14</d2p1:LoveUserContact>
      <d2p1:LoveUserId>sample string 2</d2p1:LoveUserId>
      <d2p1:LoveUserName>sample string 3</d2p1:LoveUserName>
      <d2p1:LoveUserNumber>sample string 4</d2p1:LoveUserNumber>
      <d2p1:LoveUserTrueName>sample string 13</d2p1:LoveUserTrueName>
      <d2p1:LoveUserWechat>sample string 15</d2p1:LoveUserWechat>
      <d2p1:ReportCategory>9</d2p1:ReportCategory>
      <d2p1:ReportCategoryDescription>sample string 10</d2p1:ReportCategoryDescription>
      <d2p1:ReportIp>sample string 8</d2p1:ReportIp>
      <d2p1:ReportStatus>No</d2p1:ReportStatus>
      <d2p1:ReportedLoveUserContact>sample string 17</d2p1:ReportedLoveUserContact>
      <d2p1:ReportedLoveUserId>sample string 5</d2p1:ReportedLoveUserId>
      <d2p1:ReportedLoveUserName>sample string 6</d2p1:ReportedLoveUserName>
      <d2p1:ReportedLoveUserNumber>sample string 7</d2p1:ReportedLoveUserNumber>
      <d2p1:ReportedLoveUserTrueName>sample string 16</d2p1:ReportedLoveUserTrueName>
      <d2p1:ReportedLoveUserWechat>sample string 18</d2p1:ReportedLoveUserWechat>
    </d2p1:LoveReportAdminListItemDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfLoveReportAdminListItemDtoKnw78QoO>