mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
init commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.UnitTests
|
||||
{
|
||||
class TestClients
|
||||
{
|
||||
static TestClients()
|
||||
{
|
||||
Instance = new WechatApiClient(TestConfigs.WechatAppId, TestConfigs.WechatAppSecret);
|
||||
}
|
||||
|
||||
public static readonly WechatApiClient Instance;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user