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