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