GET api/QRCode/GetPagedQRCodeHistorys?QRId={QRId}&PageSize={PageSize}&Search={Search}&PageID={PageID}
后台 - 分页获取二维码浏览记录
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| QRId |
对应的二维码id |
integer |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
后台 - 分页获取二维码浏览记录
PagedOfQRHistoryListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of QRHistoryListDto |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfQRHistoryListDto7HXZD_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:QRHistoryListDto>
<CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">2025-12-24T21:31:04.1522016+08:00</CreateTime>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">4</Id>
<IsSubscribe xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">true</IsSubscribe>
<OpenId xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 7</OpenId>
<QRId xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">5</QRId>
<d2p1:Avator>sample string 3</d2p1:Avator>
<d2p1:NickName>sample string 1</d2p1:NickName>
<d2p1:Sex>2</d2p1:Sex>
</d2p1:QRHistoryListDto>
<d2p1:QRHistoryListDto>
<CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">2025-12-24T21:31:04.1522016+08:00</CreateTime>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">4</Id>
<IsSubscribe xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">true</IsSubscribe>
<OpenId xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">sample string 7</OpenId>
<QRId xmlns="http://schemas.datacontract.org/2004/07/Mh.QRCode.Service.Model">5</QRId>
<d2p1:Avator>sample string 3</d2p1:Avator>
<d2p1:NickName>sample string 1</d2p1:NickName>
<d2p1:Sex>2</d2p1:Sex>
</d2p1:QRHistoryListDto>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfQRHistoryListDto7HXZD_S9x>