This commit is contained in:
六如
2024-09-14 10:33:43 +08:00
parent 95072a02f6
commit a14ac9e3c9
237 changed files with 1078 additions and 694 deletions

View File

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