rk
4 天以前 2ab42edae9d271f5f464b7be475e217752dacb38
server/services/src/main/java/com/doumee/config/wx/WxPayV3Service.java
@@ -121,7 +121,7 @@
            return result;
        } catch (Exception e) {
            log.error("微信支付V3退款失败: {}", e.getMessage(), e);
            throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(), "退款失败:" + e.getMessage());
            throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(), "退款失败:请联系管理员");
        }
    }