springboot升级2.4.2,代码优化去掉无用代码

This commit is contained in:
taochengbo
2021-01-16 22:22:56 +08:00
parent e6a4dfdbd3
commit d792235784
36 changed files with 81 additions and 40 deletions

View File

@ -55,6 +55,7 @@ public class WxPayConfiguration {
case APP:
payConfig.setAppId(RedisUtil.get(ShopKeyUtils.getWxNativeAppAppId()));
break;
default:
}
payConfig.setMchId(redisUtils.getY(ShopKeyUtils.getWxPayMchId()));