2026-07-21 eccad5a129106377a275be4f7cdc58e99e9b95d4
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());