server/services/src/main/java/com/doumee/core/wx/WxMiniUtilService.java
@@ -80,8 +80,8 @@ request.setSubMchid(WxMiniConfig.wxProperties.getSubMchId()); request.setNotifyUrl(WxMiniConfig.wxProperties.getRefundNotifyUrl()); AmountReq amountReq = new AmountReq(); amountReq.setTotal(refundDTO.getTotalAmount().longValue()); amountReq.setRefund(refundDTO.getRefundAmount().longValue()); amountReq.setTotal(1L);//refundDTO.getTotalAmount().longValue()); amountReq.setRefund(1L);//refundDTO.getRefundAmount().longValue()); amountReq.setCurrency("CNY"); request.setAmount(amountReq); try {