Esempio n. 1
0
 public MpOpenAPIAgent(WechatAcountConf accountConf)
 {
     CurMPAccount = accountConf;
 }
Esempio n. 2
0
 public WebAuthorizeClient(string appId, string appSecret)
 {
     _wechatAcountConf = new WechatAcountConf(appId, appSecret);
 }
Esempio n. 3
0
 public MpOpenAPIAgent(string appId, string appSecret)
 {
     CurMPAccount = new WechatAcountConf(appId, appSecret);
 }