|
|
@@ -21,7 +21,7 @@ public class PayApplication implements CommandLineRunner {
|
|
|
|
|
|
@Value("${queue.orderPay.order-down:order-down}")
|
|
|
private String orderDownQueue;
|
|
|
- @Value("${queue.orderPay.down-payResult:down-payResult}")
|
|
|
+ @Value("${queue.orderPay.order-payResult:order-payResult}")
|
|
|
private String orderPayResultQueue;
|
|
|
@Value("${main.url}")
|
|
|
private String mainUrl;
|