Skip to content

Commit f46a039

Browse files
committed
update mac lib
1 parent f6ac167 commit f46a039

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

demo/openapi_cpp_test/openapi_cpp_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ int main(int argc, char* argv[]) {
598598
LoggerConfig::set_log_level(el::Level::Debug);
599599
//Set Tiger OpenAPI SDK configuration
600600
bool sand_box = false;
601-
ClientConfig config = ClientConfig(false, U("D:/test package/"));
601+
ClientConfig config = ClientConfig(false, U("../openapi_cpp_test/"));
602602
//config.set_server_url(U("http://127.0.0.1:8085/gateway"));
603603
//config.set_server_public_key(SANDBOX_TIGER_PUBLIC_KEY);
604604
//ClientConfig config = ClientConfig(false);

output/Mac/Debug.zip

135 KB
Binary file not shown.

output/Mac/Release.zip

14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)