C# Class CCN.WebAPI.ApiControllers.ActivityController

Inheritance: ApiController
Exibir arquivo Open project: Chinaccn/surfboard

Public Methods

Method Description
ActivityController ( ) : System

Private Methods

Method Description
AddCrowdInfo ( [ model ) : JResult
AddGrade ( [ model ) : JResult
AddPlayer ( [ model ) : JResult
AddVoteLog ( [ model ) : JResult
AddVotePer ( [ model ) : JResult
CheckIsFans ( dynamic dc ) : JResult
CrowdGenerateQrCode ( string flagcode ) : JResult
CrowdUnifiedOrder ( [ model ) : JResult
DoPay ( string orderNo ) : JResult
EndDraw ( [ model ) : JResult
GetActivityAndPaidTotal ( string flagcode, string openid ) : JResult
GetCrowdActivityPageList ( [ query ) : BasePageList
GetCrowdActivityTotal ( string flagcode ) : JResult
GetCrowdInfoById ( string innerid ) : JResult
GetCrowdProgressByFlagcode ( string flagcode ) : JResult
GetCrowdViewById ( string flagcode ) : JResult
GetGradeInfoById ( string innerid ) : JResult
GetGradeListByFlagcode ( string flagcode ) : JResult
GetGradePageList ( [ query ) : BasePageList
GetPlayerInfoById ( string innerid ) : JResult
GetPlayerListByFlagcode ( string flagcode ) : JResult
GetPlayerPageList ( [ query ) : BasePageList
GetVoteList ( [ query ) : BasePageList
GetVoteLogList ( [ query ) : BasePageList
GetVotePerList ( [ query ) : BasePageList
GetVotePerViewById ( string id ) : JResult
GetVoteViewById ( string id ) : JResult
StartDraw ( [ model ) : JResult
TestPay ( ) : JResult
TestPayBack ( ) : HttpResponseMessage
TestPu ( string mobile ) : void
UpdateCrowdInfo ( [ model ) : JResult
UpdateGrade ( [ model ) : JResult
UpdatePlayer ( [ model ) : JResult

Method Details

ActivityController() public method

public ActivityController ( ) : System
return System