style(wxapi): clean code

This commit is contained in:
Fu Diwei
2022-01-21 17:06:31 +08:00
parent 5650e3be25
commit 211687ea62
36 changed files with 48 additions and 145 deletions

View File

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Threading.Tasks;
using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.Api.UnitTests
@@ -13,7 +9,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.UnitTests
public async Task TestDeliveryRequestSignature()
{
var client = new WechatApiClient(new WechatApiClientOptions()
{
{
AppId = "",
AppSecret = "",
ImmeDeliveryAppKey = "test_shop_id",