Commit 8529e533137620312c0bc8c814d10b79b40e8719
1 parent
0f056920
update:微信支付默认nacos配置。
Showing
1 changed file
with
1 additions
and
1 deletions
etrade-rpc/src/main/java/com/diligrp/etrade/rpc/resolver/WeChatPayRpcResolver.java
... | ... | @@ -47,7 +47,7 @@ public class WeChatPayRpcResolver { |
47 | 47 | @Autowired |
48 | 48 | private PayRpc payRpc; |
49 | 49 | |
50 | - @Value("${weChatPay.backUrl.base:https://gateway.diligrp.com/xtrade-boss-noauth/}") | |
50 | + @Value("${weChatPay.backUrl.base:https://gateway.diligrp.com/dili-xtrade-noauth/}") | |
51 | 51 | private String backBaseUrl; |
52 | 52 | |
53 | 53 | /** | ... | ... |