|
@@ -94,6 +94,10 @@ public class PaymentService {
|
|
return paymentService2.refundIntervene(userId,goodsId);
|
|
return paymentService2.refundIntervene(userId,goodsId);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public ResultContent platformRefund(RefundParam2Model refundParam2Model) {
|
|
|
|
+ return paymentService2.platformRefund(refundParam2Model);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
public ResultContent unRefund(ApplicantRefundParam2Model applicantRefundParam2Model) {
|
|
public ResultContent unRefund(ApplicantRefundParam2Model applicantRefundParam2Model) {
|
|
String userId = authHelper.getCurrentUser().getUserId();
|
|
String userId = authHelper.getCurrentUser().getUserId();
|