mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 10:16:20 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -6,7 +6,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.UnitTests
|
||||
{
|
||||
static TestClients()
|
||||
{
|
||||
Instance = new WechatApiClient(TestConfigs.WechatAppId, TestConfigs.WechatAppSecret);
|
||||
Instance = new WechatApiClient(new WechatApiClientOptions()
|
||||
{
|
||||
AppId = TestConfigs.WechatAppId,
|
||||
AppSecret = TestConfigs.WechatAppSecret
|
||||
});
|
||||
}
|
||||
|
||||
public static readonly WechatApiClient Instance;
|
||||
|
||||
Reference in New Issue
Block a user