src/test/java/cc/mrbird/febs/ProfitTest.java
@@ -39,6 +39,9 @@ @Autowired private IAgentService agentService; @Test public void dynamicProfit(){ agentService.timeGetOrderBuyCancel();} // @Autowired // private AgentConsumer agentConsumer; // @@ -97,6 +100,8 @@ @Test public void agentProfitTrade() { // agentService.timeGetOrderBuy(); // agentService.BuyToSell(); // try { // System.out.println(resourceLoader.getResource("classpath:lkl/api_private_key.pem").getInputStream()); // } catch (IOException e) {