| | |
| | | package cc.mrbird.febs.rabbit.enumerates; |
| | | |
| | | import cc.mrbird.febs.rabbit.constants.QueueConstants; |
| | | import lombok.Getter; |
| | | |
| | | @Getter |
| | |
| | | |
| | | AGENT_REUTRN_MONEY("exchange_agent_return_money", "route_key_agent_return_money", "queue_agent_return_money"), |
| | | |
| | | ORDER_RETURN_MONEY("exchange_order_return_money", "route_key_order_return_money", "queue_order_return_money"); |
| | | ORDER_RETURN_MONEY("exchange_order_return_money", "route_key_order_return_money", "queue_order_return_money"), |
| | | |
| | | SY_APP_ORDER_PAY_DONE("exchange_sy_app_order_pay_done", "route_key_sy_app_order_pay_done",QueueConstants.SY_APP_ORDER_PAY_DONE); |
| | | |
| | | private String exchange; |
| | | |