GET api/SuperCard/GetAdminSuperCards?Phone={Phone}&IsExpire={IsExpire}&PageSize={PageSize}&Search={Search}&PageID={PageID}
后台-获取超级会员卡带分页
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone |
手机号 |
string |
None. |
| IsExpire |
是否过期 |
boolean |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
后台-获取超级会员卡带分页
PagedOfSuperCardDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of SuperCardDto |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfSuperCardDtol2B2_P470 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.Mall.Service.Dto.SuperCards">
<d2p1:SuperCardDto>
<CardNum xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 3</CardNum>
<CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T16:02:40.392931+08:00</CreateTime>
<ExpireTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T16:02:40.392931+08:00</ExpireTime>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2</Id>
<IsGift xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsGift>
<IsPay xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsPay>
<OrderNum xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 9</OrderNum>
<PayPrice xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">10</PayPrice>
<PayTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T16:02:40.392931+08:00</PayTime>
<Phone xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 6</Phone>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</UserId>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 5</UserName>
<VipCardType xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">Month</VipCardType>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:SuperCardDto>
<d2p1:SuperCardDto>
<CardNum xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 3</CardNum>
<CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T16:02:40.392931+08:00</CreateTime>
<ExpireTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T16:02:40.392931+08:00</ExpireTime>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2</Id>
<IsGift xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsGift>
<IsPay xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsPay>
<OrderNum xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 9</OrderNum>
<PayPrice xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">10</PayPrice>
<PayTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2025-12-16T16:02:40.392931+08:00</PayTime>
<Phone xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 6</Phone>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</UserId>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 5</UserName>
<VipCardType xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">Month</VipCardType>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:SuperCardDto>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfSuperCardDtol2B2_P470>