2026-06-30 24681c81c09022f584a57006f2534b5f74723414
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());