public MpOpenAPIAgent(WechatAcountConf accountConf) { CurMPAccount = accountConf; }
public WebAuthorizeClient(string appId, string appSecret) { _wechatAcountConf = new WechatAcountConf(appId, appSecret); }
public MpOpenAPIAgent(string appId, string appSecret) { CurMPAccount = new WechatAcountConf(appId, appSecret); }