C# Class MicroMsg.sdk.WXApiImpl

Inheritance: IWXAPI
Afficher le fichier Open project: zhxilin/WeChatSDK Class Usage Examples

Méthodes publiques

Méthode Description
OpenWXApp ( ) : void
SendReqAsync ( BaseReq request, string targetAppId = ConstantsAPI.WECHAT_APP_ID ) : Task
SendRespAsync ( BaseResp response, string targetAppId ) : Task

Private Methods

Méthode Description
GetCheckContent ( ) : string
GetCheckSummary ( string content, string sdkVersion, string appId ) : string
GetTransactionId ( ) : string
SendOut ( string filePath, string targetAppId ) : void
TrimToEmpty ( string s ) : string
WXApiImpl ( string appId ) : System

Method Details

OpenWXApp() public méthode

public OpenWXApp ( ) : void
Résultat void

SendReqAsync() public méthode

public SendReqAsync ( BaseReq request, string targetAppId = ConstantsAPI.WECHAT_APP_ID ) : Task
request BaseReq
targetAppId string
Résultat Task

SendRespAsync() public méthode

public SendRespAsync ( BaseResp response, string targetAppId ) : Task
response BaseResp
targetAppId string
Résultat Task