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();