GET api/Gift/SearchGiftExchgHis?GiftName={GiftName}&UserName={UserName}&UserId={UserId}&FromTime={FromTime}&ToTime={ToTime}&ExchangeStatus={ExchangeStatus}&PageSize={PageSize}&Search={Search}&PageID={PageID}
后台 - 搜索礼品兑换记录
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GiftName |
礼品名称 |
string |
None. |
| UserName |
兑换用户名称 |
string |
None. |
| UserId |
兑换用户标识 |
integer |
None. |
| FromTime |
兑换起始时间 |
date |
None. |
| ToTime |
兑换截止时间 |
date |
None. |
| ExchangeStatus |
兑换状态 |
GiftExchangeStatus |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
后台 - 搜索礼品兑换记录
PagedOfFinanceGiftExchgHisMore| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of FinanceGiftExchgHisMore |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfFinanceGiftExchgHisMoren5mQYpQU 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.Common.Service.Model.ModelAggregation.Finance">
<d2p1:FinanceGiftExchgHisMore>
<CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">2025-12-16T16:03:16.6946977+08:00</CreateTime>
<CreditAmount xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">6</CreditAmount>
<ExchangeStatus xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">All</ExchangeStatus>
<ExchangeTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">2025-12-16T16:03:16.6946977+08:00</ExchangeTime>
<ExchgUserAddress xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">sample string 9</ExchgUserAddress>
<ExchgUserContact xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">sample string 8</ExchgUserContact>
<ExchgUserName xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">sample string 7</ExchgUserName>
<GiftId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">5</GiftId>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">4</Id>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">10</UserId>
<d2p1:GiftCover>sample string 2</d2p1:GiftCover>
<d2p1:GiftName>sample string 1</d2p1:GiftName>
<d2p1:UserName>sample string 3</d2p1:UserName>
</d2p1:FinanceGiftExchgHisMore>
<d2p1:FinanceGiftExchgHisMore>
<CreateTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">2025-12-16T16:03:16.6946977+08:00</CreateTime>
<CreditAmount xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">6</CreditAmount>
<ExchangeStatus xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">All</ExchangeStatus>
<ExchangeTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">2025-12-16T16:03:16.6946977+08:00</ExchangeTime>
<ExchgUserAddress xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">sample string 9</ExchgUserAddress>
<ExchgUserContact xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">sample string 8</ExchgUserContact>
<ExchgUserName xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">sample string 7</ExchgUserName>
<GiftId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">5</GiftId>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">4</Id>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Finance">10</UserId>
<d2p1:GiftCover>sample string 2</d2p1:GiftCover>
<d2p1:GiftName>sample string 1</d2p1:GiftName>
<d2p1:UserName>sample string 3</d2p1:UserName>
</d2p1:FinanceGiftExchgHisMore>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfFinanceGiftExchgHisMoren5mQYpQU>