示例#1
0
 public MpOpenAPIAgent(WechatAcountConf accountConf)
 {
     CurMPAccount = accountConf;
 }
示例#2
0
 public WebAuthorizeClient(string appId, string appSecret)
 {
     _wechatAcountConf = new WechatAcountConf(appId, appSecret);
 }
示例#3
0
 public MpOpenAPIAgent(string appId, string appSecret)
 {
     CurMPAccount = new WechatAcountConf(appId, appSecret);
 }