liyong
2026-07-31 96a020a65509f807ac3d27872f903e22f2218165
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());