GET api/WxVoteLog/GetPagedVoteLog?ActivityId={ActivityId}&PlayerId={PlayerId}&UserId={UserId}&VoteStartTime={VoteStartTime}&VoteEndTime={VoteEndTime}&IsEffective={IsEffective}&PageSize={PageSize}&Search={Search}&PageID={PageID}
分页获取投票日志记录
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ActivityId |
活动标识 |
integer |
None. |
| PlayerId |
选手标识 |
integer |
None. |
| UserId |
投票用户标识 |
integer |
None. |
| VoteStartTime |
投票起始时间 |
date |
None. |
| VoteEndTime |
投票截止时间 |
date |
None. |
| IsEffective |
是否有效票 |
boolean |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
分页获取投票日志记录
PagedOfWxVote_VoteLogMore| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of WxVote_VoteLogMore |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfWxVote_VoteLogMoreR1vX8bux 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.WxVote.Service.Model.ModelAggregation">
<d2p1:WxVote_VoteLogMore>
<ActivityId xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">9</ActivityId>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">5</Id>
<IsEffective xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">true</IsEffective>
<Log xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">sample string 13</Log>
<PlayerId xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">10</PlayerId>
<VoteIP xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">sample string 8</VoteIP>
<VoteTime xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">2025-12-20T14:50:30.4549412+08:00</VoteTime>
<VoteTimes xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">11</VoteTimes>
<VoteUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">6</VoteUserId>
<d2p1:ActivityName>sample string 2</d2p1:ActivityName>
<d2p1:PlayerName>sample string 3</d2p1:PlayerName>
<d2p1:PlayerSerialNum>sample string 4</d2p1:PlayerSerialNum>
<d2p1:UserName>sample string 1</d2p1:UserName>
</d2p1:WxVote_VoteLogMore>
<d2p1:WxVote_VoteLogMore>
<ActivityId xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">9</ActivityId>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">5</Id>
<IsEffective xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">true</IsEffective>
<Log xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">sample string 13</Log>
<PlayerId xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">10</PlayerId>
<VoteIP xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">sample string 8</VoteIP>
<VoteTime xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">2025-12-20T14:50:30.4549412+08:00</VoteTime>
<VoteTimes xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">11</VoteTimes>
<VoteUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Model">6</VoteUserId>
<d2p1:ActivityName>sample string 2</d2p1:ActivityName>
<d2p1:PlayerName>sample string 3</d2p1:PlayerName>
<d2p1:PlayerSerialNum>sample string 4</d2p1:PlayerSerialNum>
<d2p1:UserName>sample string 1</d2p1:UserName>
</d2p1:WxVote_VoteLogMore>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfWxVote_VoteLogMoreR1vX8bux>