C# 클래스 MicroMsg.sdk.WXApiImpl

상속: IWXAPI
파일 보기 프로젝트 열기: zhxilin/WeChatSDK 1 사용 예제들

공개 메소드들

메소드 설명
OpenWXApp ( ) : void
SendReqAsync ( BaseReq request, string targetAppId = ConstantsAPI.WECHAT_APP_ID ) : Task
SendRespAsync ( BaseResp response, string targetAppId ) : Task

비공개 메소드들

메소드 설명
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

메소드 상세

OpenWXApp() 공개 메소드

public OpenWXApp ( ) : void
리턴 void

SendReqAsync() 공개 메소드

public SendReqAsync ( BaseReq request, string targetAppId = ConstantsAPI.WECHAT_APP_ID ) : Task
request BaseReq
targetAppId string
리턴 Task

SendRespAsync() 공개 메소드

public SendRespAsync ( BaseResp response, string targetAppId ) : Task
response BaseResp
targetAppId string
리턴 Task