update 汇付退款

This commit is contained in:
2023-05-29 13:28:24 +08:00
parent a76dc7c4b5
commit 99db56826f
3 changed files with 13 additions and 20 deletions

View File

@@ -753,7 +753,7 @@ public class OrderService {
orderBasicInfoService.weChatRefund(dto);
}
public void adapayRefund(WeChatRefundDTO dto) throws BaseAdaPayException {
public void adapayRefund(WeChatRefundDTO dto) {
log.info("汇付退款 param:{}", JSON.toJSONString(dto));
// 退款有两种情况 1-订单结算退款 2-用户余额退款
String refundType = dto.getRefundType();