新版仿ok交易所-后端
1
zj
yesterday f31fc9f42f78de0808e7f4bdc797c5e622df09e3
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();