新版仿ok交易所-后端
1
zj
2026-06-03 1004f3d16011f69894196bfd180ea539b76ba4e7
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiC2cPaymentMethodConfigController.java
@@ -58,7 +58,7 @@
        String language = request.getParameter("language");
        C2cPaymentMethodConfig config = this.c2cPaymentMethodConfigService.getById(id);
        if (null == config) {
            throw new BusinessException("支付方式模板不存在");
            throw new BusinessException("Payment method template does not exist");
        }
        if (StringUtils.isNotEmpty(config.getMethodImg())) {
            String path = Constants.IMAGES_HTTP+config.getMethodImg();