C#SDK提交,在window上验证

This commit is contained in:
tanghc
2019-04-03 21:09:06 +08:00
parent c36b72cf91
commit 6c4651115f
2 changed files with 1 additions and 4 deletions

View File

@@ -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)
{