mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
C#SDK提交,在window上验证
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user