| | |
| | | import com.xcong.excoin.modules.member.entity.MemberEntity; |
| | | import com.xcong.excoin.modules.member.entity.MemberWalletContractEntity; |
| | | import com.xcong.excoin.rabbit.pricequeue.OrderModel; |
| | | import com.xcong.excoin.rabbit.pricequeue.OrderOperatePriceService; |
| | | import com.xcong.excoin.rabbit.pricequeue.WebsocketPriceService; |
| | | import com.xcong.excoin.rabbit.producer.OrderProducer; |
| | | import com.xcong.excoin.utils.CalculateUtil; |
| | |
| | | |
| | | @Test |
| | | public void mapTest() { |
| | | websocketPriceService.wholeBomb(); |
| | | // websocketPriceService.wholeBomb(); |
| | | OrderOperatePriceService.wholePriceDataOperation(63L); |
| | | } |
| | | |
| | | |