| | |
| | | import com.xcong.excoin.modules.otc.dao.OtcMarketBussinessDao; |
| | | import com.xcong.excoin.modules.otc.entity.OtcMarketBussiness; |
| | | import com.xcong.excoin.quartz.job.OtcOrderJob; |
| | | import com.xcong.excoin.rabbit.consumer.OtcConsumer; |
| | | import com.xcong.excoin.rabbit.producer.OtcProducter; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.junit.jupiter.api.Test; |
| | |
| | | |
| | | System.out.println(one.multiply(two)); |
| | | } |
| | | |
| | | @Autowired |
| | | private OtcConsumer otcConsumer; |
| | | |
| | | @Test |
| | | public void returnMoneyTest() { |
| | | // otcConsumer.orderReturn("20210605446780002"); |
| | | otcProducter.sendOrderReturn("20210605446780002"); |
| | | } |
| | | } |