using SKIT.FlurlHttpClient.Wechat.Api; namespace Ds.Module.WeChat.Service { public interface IWeChatApiHttpClientFactory { /// /// 微信公众号请求 /// /// WechatApiClient CreateWeXinClient(); /// /// 微信小程序请求 /// /// WechatApiClient CreateWxOpenClient(); } }