GET api/WxVotePlayer/GetActivityPlayer?playerId={playerId}

获取活动选手数据

Request Information

URI Parameters

NameDescriptionTypeAdditional information
playerId

选手标识

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取活动选手数据

WxVotePlayerDto
NameDescriptionTypeAdditional information
Id

选手标识

integer

None.

SerialNum

选手编号

integer

None.

Name

选手名称

string

None.

TrueName

选手姓名

string

None.

CoverPic

选手封面

string

None.

JoinSlogan

参赛文宣

string

None.

Phone

手机联系方式

string

None.

Wechat

微信联系方式

string

None.

IP

报名IP

string

None.

VirtualViews

虚拟浏览量

integer

None.

ActualViews

真实浏览量

integer

None.

Views

浏览量总和

integer

None.

ActivityId

活动标识

integer

None.

ActivityName

活动名称

string

None.

AuditStatus

审核状态

AuditStatusType

None.

IsShelf

是否上线

boolean

None.

TotalVoteNum

全部投票数

integer

None.

CurrentRanking

当前得票排名

integer

None.

LessThanGreaterVoteNum

比上一名少多少票

integer

None.

TodayTotalVoteLogNum

今日(日志)票数,依据有效投票记录

integer

None.

CreateTime

创建时间

date

None.

UserId

网站用户标识

integer

None.

UserName

网站会员名

string

None.

InsideGroupCategoryId

内部活动分组

integer

None.

InsideGroupCategory

内部活动分组

CategroySimpleDto

None.

OtherModuleDataId

其他模块实体标识

integer

None.

OtherModuleEntity

其他模块实体类型

EntityAllType

None.

IsActivityDeleted

活动是否已删除

boolean

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<WxVotePlayerDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.WxVote.Service.Dto.Player">
  <ActivityId>12</ActivityId>
  <ActivityName>sample string 13</ActivityName>
  <ActualViews>11</ActualViews>
  <AuditStatus>TobeAgree</AuditStatus>
  <CoverPic>sample string 5</CoverPic>
  <CreateTime>2024-05-09T20:45:53.1165456+08:00</CreateTime>
  <CurrentRanking>16</CurrentRanking>
  <IP>sample string 9</IP>
  <Id>1</Id>
  <InsideGroupCategory xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Categroy">
    <d2p1:CategoryId>1</d2p1:CategoryId>
    <d2p1:Chrcategory>sample string 2</d2p1:Chrcategory>
    <d2p1:Chrcontent>sample string 9</d2p1:Chrcontent>
    <d2p1:Chrimage>sample string 7</d2p1:Chrimage>
    <d2p1:Ckeyword>sample string 8</d2p1:Ckeyword>
    <d2p1:IsClose>11</d2p1:IsClose>
    <d2p1:IsSkipCategory>true</d2p1:IsSkipCategory>
    <d2p1:Isindex>12</d2p1:Isindex>
    <d2p1:ListShowType>Transverse</d2p1:ListShowType>
    <d2p1:MobileImage>sample string 10</d2p1:MobileImage>
    <d2p1:Parentid>4</d2p1:Parentid>
    <d2p1:SkipCategoryPublishUrl>sample string 15</d2p1:SkipCategoryPublishUrl>
    <d2p1:SkipCategoryUrl>sample string 14</d2p1:SkipCategoryUrl>
    <d2p1:Styleid>3</d2p1:Styleid>
    <d2p1:Type>Preset</d2p1:Type>
    <d2p1:X>5.1</d2p1:X>
    <d2p1:Y>6.1</d2p1:Y>
  </InsideGroupCategory>
  <InsideGroupCategoryId>22</InsideGroupCategoryId>
  <IsShelf>true</IsShelf>
  <JoinSlogan>sample string 6</JoinSlogan>
  <LessThanGreaterVoteNum>17</LessThanGreaterVoteNum>
  <Name>sample string 3</Name>
  <OtherModuleDataId>1</OtherModuleDataId>
  <OtherModuleEntity>XX_Biz</OtherModuleEntity>
  <Phone>sample string 7</Phone>
  <SerialNum>2</SerialNum>
  <TodayTotalVoteLogNum>18</TodayTotalVoteLogNum>
  <TotalVoteNum>15</TotalVoteNum>
  <TrueName>sample string 4</TrueName>
  <UserId>20</UserId>
  <UserName>sample string 21</UserName>
  <VirtualViews>10</VirtualViews>
  <Wechat>sample string 8</Wechat>
</WxVotePlayerDto>