hsy
7 天以前 c5bce61891af2d9f43f7e8615fa31cd54a2c8cba
yudao-module-pay/src/main/java/cn/iocoder/yudao/module/pay/service/channel/PayChannelServiceImpl.java
@@ -157,6 +157,11 @@
    }
    @Override
    public List<PayChannelDO> getChannelListByAppId(Long appId) {
        return payChannelMapper.selectListByAppId(appId);
    }
    @Override
    public PayClient getPayClient(Long id) {
        PayChannelDO channel = validPayChannel(id);
        return payClientFactory.createOrUpdatePayClient(id, channel.getCode(), channel.getConfig());