GET api/QRCode/GetPagedQRCodes?PageSize={PageSize}&Search={Search}&PageID={PageID}

后台 - 分页获取关注二维码数据

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 分页获取关注二维码数据

PagedOfQRCodeListDto
NameDescriptionTypeAdditional information
Data

Collection of QRCodeListDto

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:
<PagedOfQRCodeListDto7HXZD_S9x 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.QRCode.Service.Dto">
    <d2p1:QRCodeListDto>
      <CategoryName xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 4</CategoryName>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">2025-06-13T06:56:38.2114572+08:00</CreateTime>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">3</Id>
      <ImageUrl xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 5</ImageUrl>
      <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">true</IsDeleted>
      <IsForever xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">true</IsForever>
      <Link xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 8</Link>
      <StartTime xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">2025-06-13T06:56:38.2114572+08:00</StartTime>
      <Summary xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 7</Summary>
      <Ticket xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 11</Ticket>
      <Title xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 6</Title>
      <ValidDays xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">10</ValidDays>
      <d2p1:SubscribeNums>2</d2p1:SubscribeNums>
      <d2p1:ViewTimes>1</d2p1:ViewTimes>
    </d2p1:QRCodeListDto>
    <d2p1:QRCodeListDto>
      <CategoryName xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 4</CategoryName>
      <CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">2025-06-13T06:56:38.2114572+08:00</CreateTime>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">3</Id>
      <ImageUrl xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 5</ImageUrl>
      <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">true</IsDeleted>
      <IsForever xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">true</IsForever>
      <Link xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 8</Link>
      <StartTime xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">2025-06-13T06:56:38.2114572+08:00</StartTime>
      <Summary xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 7</Summary>
      <Ticket xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 11</Ticket>
      <Title xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 6</Title>
      <ValidDays xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">10</ValidDays>
      <d2p1:SubscribeNums>2</d2p1:SubscribeNums>
      <d2p1:ViewTimes>1</d2p1:ViewTimes>
    </d2p1:QRCodeListDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfQRCodeListDto7HXZD_S9x>