From 6c4651115fc884bc6306b3c2602d1def3e0337c7 Mon Sep 17 00:00:00 2001 From: tanghc Date: Wed, 3 Apr 2019 21:09:06 +0800 Subject: [PATCH] =?UTF-8?q?C#SDK=E6=8F=90=E4=BA=A4=EF=BC=8C=E5=9C=A8window?= =?UTF-8?q?=E4=B8=8A=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sop-sdk/sdk-csharp/SDKCSharp/Utility/SignUtil.cs | 3 --- sop-sdk/sdk-csharp/SDKTest/Program.cs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sop-sdk/sdk-csharp/SDKCSharp/Utility/SignUtil.cs b/sop-sdk/sdk-csharp/SDKCSharp/Utility/SignUtil.cs index 9897a38b..47348375 100644 --- a/sop-sdk/sdk-csharp/SDKCSharp/Utility/SignUtil.cs +++ b/sop-sdk/sdk-csharp/SDKCSharp/Utility/SignUtil.cs @@ -1,9 +1,6 @@ using System; using System.Collections; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace SDKCSharp.Utility { diff --git a/sop-sdk/sdk-csharp/SDKTest/Program.cs b/sop-sdk/sdk-csharp/SDKTest/Program.cs index 0ea00574..bf4e83c9 100644 --- a/sop-sdk/sdk-csharp/SDKTest/Program.cs +++ b/sop-sdk/sdk-csharp/SDKTest/Program.cs @@ -19,7 +19,7 @@ namespace SDKTest static string filePath = "/Users/thc/logs/priKey.txt"; // 声明一个就行 - static OpenClient client = new OpenClient(url, appId, filePath, true); + static OpenClient client = new OpenClient(url, appId, privateKey); public static void Main(string[] args) {