mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
style(wxapi): clean code
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.UnitTests
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.UnitTests
|
||||
{
|
||||
class TestClients
|
||||
internal class TestClients
|
||||
{
|
||||
static TestClients()
|
||||
{
|
||||
Instance = new WechatApiClient(new WechatApiClientOptions()
|
||||
{
|
||||
{
|
||||
AppId = TestConfigs.WechatAppId,
|
||||
AppSecret = TestConfigs.WechatAppSecret
|
||||
AppSecret = TestConfigs.WechatAppSecret
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user