GET api/LoveUser/GetPageLoveUserRealNameInfo?AuditState={AuditState}&PageSize={PageSize}&Search={Search}&PageID={PageID}
后台 获取实名认证 分页
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditState |
实名认证状态 |
RealAuditState |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
后台 获取实名认证 分页
PagedOfLoveRealNameListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of LoveRealNameListDto |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfLoveRealNameListDtoHsjSUhsW 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.LoveUserOther">
<d2p1:LoveRealNameListDto>
<d2p1:AuditState>No</d2p1:AuditState>
<d2p1:CardDate>2025-12-16T16:02:30.158523+08:00</d2p1:CardDate>
<d2p1:CardPic1>sample string 8</d2p1:CardPic1>
<d2p1:CardPic2>sample string 9</d2p1:CardPic2>
<d2p1:IdCard>sample string 7</d2p1:IdCard>
<d2p1:LoveNo>sample string 4</d2p1:LoveNo>
<d2p1:LoveUserId>3</d2p1:LoveUserId>
<d2p1:RealAuditDesc>sample string 6</d2p1:RealAuditDesc>
<d2p1:RealAuditType>Manual</d2p1:RealAuditType>
<d2p1:RealName>sample string 5</d2p1:RealName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 2</d2p1:UserName>
</d2p1:LoveRealNameListDto>
<d2p1:LoveRealNameListDto>
<d2p1:AuditState>No</d2p1:AuditState>
<d2p1:CardDate>2025-12-16T16:02:30.158523+08:00</d2p1:CardDate>
<d2p1:CardPic1>sample string 8</d2p1:CardPic1>
<d2p1:CardPic2>sample string 9</d2p1:CardPic2>
<d2p1:IdCard>sample string 7</d2p1:IdCard>
<d2p1:LoveNo>sample string 4</d2p1:LoveNo>
<d2p1:LoveUserId>3</d2p1:LoveUserId>
<d2p1:RealAuditDesc>sample string 6</d2p1:RealAuditDesc>
<d2p1:RealAuditType>Manual</d2p1:RealAuditType>
<d2p1:RealName>sample string 5</d2p1:RealName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 2</d2p1:UserName>
</d2p1:LoveRealNameListDto>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfLoveRealNameListDtoHsjSUhsW>