退款问题

This commit is contained in:
2025-12-11 12:37:39 +08:00
parent b4998c8790
commit ce5fe75951
4 changed files with 30 additions and 30 deletions

View File

@@ -20,5 +20,5 @@ public interface PointsGoodPayService {
boolean applyRefund(PointGoodsRefundDTO param, Long shopId);
//支付回调 进行兑换内容发放
void payCallBack(Long recordId);
void payCallBack(Long recordId, Long payOrderId);
}