Method | Description | |
---|---|---|
AddCrowdInfo ( |
添加
|
|
AddGrade ( |
添加档次
|
|
AddPlayer ( |
添加Player
|
|
AddPlayerPay ( |
添加Player
|
|
AddPlayerPayEx ( |
添加Player
|
|
AddVoteLog ( |
投票
|
|
AddVoteLog ( |
作弊投票
|
|
AddVotePer ( |
参赛
|
|
AuditPer ( string perid, int result ) : int |
审核
|
|
DoPay ( string orderNo ) : int |
确认支付
|
|
EndDraw ( |
结束抽奖
|
|
GetCrowdActivityPageList ( |
获取活动列表
|
|
GetCrowdActivityTotal ( string flagcode ) : |
获取活动的信息及档次list信息
|
|
GetCrowdInfoByFlagcode ( string flagcode ) : |
获取活动详情 flagcode
|
|
GetCrowdInfoById ( string innerid ) : |
获取活动详情 info
|
|
GetCrowdProgressByFlagcode ( string flagcode ) : |
获取活动详情 view
|
|
GetCrowdViewById ( string flagcode ) : |
获取活动详情 view
|
|
GetGradeInfoById ( string innerid ) : |
获取档次详情 info
|
|
GetGradeListByFlagcode ( string flagcode ) : IEnumerable |
获取档次列表
|
|
GetGradePageList ( QueryModel query ) : BasePageList |
获取投票活动的参赛人员列表
|
|
GetPaidTotal ( string flagcode, string openid ) : int |
获取用户已支付总金额
|
|
GetPayRecordListWithPlayer ( string flagcode, string openid ) : IEnumerable |
获取Player支付记录列表
|
|
GetPlayerByOrderNo ( string orderNo ) : |
获取粉丝信息
|
|
GetPlayerInfoById ( string innerid ) : |
获取Player详情 info
|
|
GetPlayerInfoById ( string flagcode, string openid ) : |
根据openid获取Player详情 info
|
|
GetPlayerListByFlagcode ( string flagcode ) : IEnumerable |
获取Player列表
|
|
GetPlayerPageList ( |
获取投票活动的参赛人员列表
|
|
GetPlayerViewById ( string innerid ) : |
根据openid获取Player详情 view
|
|
GetVoteInfoById ( string id ) : |
获取投票活动详情 info
|
|
GetVoteList ( VoteQueryModel query ) : BasePageList |
获取投票活动列表
|
|
GetVoteLogList ( |
获取参赛人的投票列表
|
|
GetVotePerBackViewById ( string id ) : VotePerViewModel |
获取投票活动的参赛人员详情 view
|
|
GetVotePerInfoById ( string id ) : |
获取投票活动的参赛人员详情 info
|
|
GetVotePerList ( VotePerQueryModel query ) : BasePageList |
获取投票活动的参赛人员列表
|
|
GetVotePerRanking ( string activityid, int votenum ) : int |
获取参赛者排名
|
|
GetVotePerTotal ( string activityid ) : int |
获取参赛者总人数
|
|
GetVotePerViewById ( string id ) : VotePerViewModel |
获取投票活动的参赛人员详情 view
|
|
GetVoteViewById ( string id ) : |
获取投票活动详情 view
|
|
ResetDraw ( string innerid ) : int |
重置抽奖
|
|
StartDraw ( |
开始抽奖
|
|
UnSubscribe ( string appid, string openid ) : int |
取消订阅操作
|
|
UpdateCrowdInfo ( |
修改
|
|
UpdateCrowdQrCode ( string flagcode, string qrcode ) : int |
修改
|
|
UpdateGrade ( |
修改档次
|
|
UpdatePlayer ( |
UpdatePlayer
|
public AddCrowdInfo ( |
||
model | ||
return | int |
public AddGrade ( |
||
model | ||
return | int |
public AddPlayer ( |
||
model | ||
return | int |
public AddPlayerPay ( |
||
model | ||
return | int |
public AddPlayerPayEx ( |
||
model | ||
return | int |
public AddVoteLog ( |
||
model | ||
return | int |
public AddVoteLog ( |
||
model | ||
number | int | |
return | int |
public AddVotePer ( |
||
model | ||
return | int |
public AuditPer ( string perid, int result ) : int | ||
perid | string | |
result | int | |
return | int |
public EndDraw ( |
||
model | ||
return | int |
public GetCrowdActivityPageList ( |
||
query | ||
return | BasePageList |
public GetCrowdActivityTotal ( string flagcode ) : |
||
flagcode | string | |
return |
public GetCrowdInfoByFlagcode ( string flagcode ) : |
||
flagcode | string | |
return |
public GetCrowdInfoById ( string innerid ) : |
||
innerid | string | |
return |
public GetCrowdProgressByFlagcode ( string flagcode ) : |
||
flagcode | string | |
return |
public GetCrowdViewById ( string flagcode ) : |
||
flagcode | string | |
return |
public GetGradeInfoById ( string innerid ) : |
||
innerid | string | |
return |
public GetGradeListByFlagcode ( string flagcode ) : IEnumerable |
||
flagcode | string | |
return | IEnumerable |
public GetGradePageList ( QueryModel query ) : BasePageList |
||
query | QueryModel | |
return | BasePageList |
public GetPaidTotal ( string flagcode, string openid ) : int | ||
flagcode | string | 活动码 |
openid | string | openid |
return | int |
public GetPayRecordListWithPlayer ( string flagcode, string openid ) : IEnumerable |
||
flagcode | string | |
openid | string | |
return | IEnumerable |
public GetPlayerByOrderNo ( string orderNo ) : |
||
orderNo | string | |
return |
public GetPlayerInfoById ( string innerid ) : |
||
innerid | string | |
return |
public GetPlayerInfoById ( string flagcode, string openid ) : |
||
flagcode | string | |
openid | string | |
return |
public GetPlayerListByFlagcode ( string flagcode ) : IEnumerable |
||
flagcode | string | |
return | IEnumerable |
public GetPlayerPageList ( |
||
query | ||
return | BasePageList |
public GetPlayerViewById ( string innerid ) : |
||
innerid | string | |
return |
public GetVoteInfoById ( string id ) : |
||
id | string | |
return |
public GetVoteList ( VoteQueryModel query ) : BasePageList |
||
query | VoteQueryModel | |
return | BasePageList |
public GetVoteLogList ( |
||
query | ||
return | BasePageList |
public GetVotePerBackViewById ( string id ) : VotePerViewModel | ||
id | string | |
return | VotePerViewModel |
public GetVotePerInfoById ( string id ) : |
||
id | string | |
return |
public GetVotePerList ( VotePerQueryModel query ) : BasePageList |
||
query | VotePerQueryModel | |
return | BasePageList |
public GetVotePerRanking ( string activityid, int votenum ) : int | ||
activityid | string | |
votenum | int | |
return | int |
public GetVotePerTotal ( string activityid ) : int | ||
activityid | string | |
return | int |
public GetVotePerViewById ( string id ) : VotePerViewModel | ||
id | string | |
return | VotePerViewModel |
public GetVoteViewById ( string id ) : |
||
id | string | |
return |
public StartDraw ( |
||
model | ||
return | int |
public UnSubscribe ( string appid, string openid ) : int | ||
appid | string | |
openid | string | |
return | int |
public UpdateCrowdInfo ( |
||
model | ||
return | int |
public UpdateCrowdQrCode ( string flagcode, string qrcode ) : int | ||
flagcode | string | |
qrcode | string | |
return | int |
public UpdateGrade ( |
||
model | ||
return | int |
public UpdatePlayer ( |
||
model | ||
return | int |