Skip to content

Commit 3080d9b

Browse files
committed
fix conflict
1 parent c0b7dab commit 3080d9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

demo/openapi_cpp_test/openapi_cpp_test.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ int main()
454454
config.socket_port = U("");
455455
#endif
456456

457+
457458
auto push_client = PushClient::create_push_client(config);
458459
push_client->connect(config);
459460
std::string input;
@@ -475,19 +476,19 @@ int main()
475476

476477

477478
/**
478-
* ʹ�÷�װ�������ӿ� QuoteClient
479+
* QuoteClient
479480
*/
480481
//std::shared_ptr<QuoteClient> quote_client = std::make_shared<QuoteClient>(config);
481482
//TestQuoteClient::test_quote(quote_client);
482483

483484
/**
484-
* ʹ�÷�װ��Ľ��׽ӿ� TradeClient
485+
* TradeClient
485486
*/
486487
//std::shared_ptr<TradeClient> trade_client = std::make_shared<TradeClient>(config);
487488
//TestTradeClient::test_trade(trade_client);
488489

489490
/**
490-
* ֱ��ʹ��δ��װ�� TigerApi
491+
* TigerApi
491492
*/
492493
// std::shared_ptr<TigerClient> tigerapi = std::make_shared<TigerClient>(config);
493494
// TestTigerApi::test_grab_quote_permission(tigerapi);

0 commit comments

Comments
 (0)