mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -9,7 +9,7 @@ string appId = "201904035630907729292cpp";
|
||||
// 存放私钥的文件路径
|
||||
string privateKeyFile = "/Users/thc/IdeaProjects/SOP/sop-sdk/sdk-c++/privateEx.pem";
|
||||
// 请求接口
|
||||
string url = "http://localhost:8081";
|
||||
string url = "http://localhost:8081/api";
|
||||
|
||||
OpenClient openClient(appId, privateKeyFile, url);
|
||||
|
||||
|
Reference in New Issue
Block a user