KKSU
2024-02-05 065666f108f5fd2b70ba2585e2758a675cc7def8
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) {