C# Class CCN.Midware.Wechat.Controllers.WeChatCallbackController

Inheritance: ApiController
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
WeChatCallbackController ( ) : System

Private Methods

Method Description
DataDispatcher ( ) : HttpResponseMessage
DataDispatcher ( string signature, string timestamp, string nonce, string echostr ) : HttpResponseMessage
GenerateWechatFriends ( string appid ) : JResult
GetTicket ( string appid ) : JResult
GetToken ( string appid ) : JResult
WxPayBack ( ) : HttpResponseMessage

Method Details

WeChatCallbackController() public method

public WeChatCallbackController ( ) : System
return System